Skip to content

Commit a069ae3

Browse files
committed
fix(deps): use crates.io versions instead of local paths for CI
1 parent 5f7afe2 commit a069ae3

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ embassy = ["embassy-time", "dep:embassy-sync"]
5252

5353
[dependencies]
5454
embedded-graphics-core = "0.4.1"
55-
embedded-draw-target = { version = "0.1.1", path = "../embedded-draw-target" }
55+
embedded-draw-target = "0.1.1"
5656
embedded-graphics-framebuf = "0.3"
5757
critical-section = "1.1"
5858
heapless = "0.9"
@@ -64,15 +64,15 @@ embedded-graphics = { version = "0.8", optional = true }
6464
embedded-text = { version = "0.7.3", optional = true }
6565
embedded-layout = { version = "0.4.2", optional = true }
6666
embedded-dsp = { version = "0.2.0", optional = true, default-features = false }
67-
embedded-3dgfx = { version = "0.5.5", path = "../embedded-3dgfx", optional = true }
67+
embedded-3dgfx = { version = "0.5.5", optional = true }
6868
nalgebra = { version = "0.35", default-features = false, features = ["libm"], optional = true }
6969

7070
[dev-dependencies]
7171
critical-section = { version = "1.1", features = ["std"] }
7272
criterion = { version = "0.5", features = ["html_reports"] }
7373
embassy-time = { version = "0.5", features = ["std"] }
7474
embassy-sync = { version = "0.8" }
75-
embedded-3dgfx = { version = "0.5.5", path = "../embedded-3dgfx" }
75+
embedded-3dgfx = "0.5.5"
7676
embedded-graphics = "0.8"
7777
embedded-graphics-framebuf = "0.3"
7878
embedded-graphics-simulator = "0.8"

0 commit comments

Comments
 (0)