Skip to content

Commit 25708f0

Browse files
committed
chore: update Cargo.lock and bump embedded-3dgfx to 0.5.4
1 parent ada7c25 commit 25708f0

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3", path = "../embedded-3dgfx", optional = true }
67+
embedded-3dgfx = { version = "0.5.4", path = "../embedded-3dgfx", 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.3", path = "../embedded-3dgfx" }
75+
embedded-3dgfx = { version = "0.5.4", path = "../embedded-3dgfx" }
7676
embedded-graphics = "0.8"
7777
embedded-graphics-framebuf = "0.3"
7878
embedded-graphics-simulator = "0.8"

0 commit comments

Comments
 (0)