Skip to content

Commit 30538a0

Browse files
committed
bump defmt to v1, bump rand dev-dep to v0.9
1 parent a6e6c91 commit 30538a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ authors = ["Matti Virkkunen <[email protected]>"]
1010
repository = "https://github.com/rust-embedded-community/usb-device"
1111

1212
[dependencies]
13-
defmt = { version = "0.3", optional = true }
13+
defmt = { version = "1", optional = true }
1414
portable-atomic = { version = "1.2.0", default-features = false }
1515
heapless = "0.8"
1616
log = { version = "0.4", default-features = false, optional = true}
1717

1818
[dev-dependencies]
1919
rusb = "0.9.1"
20-
rand = "0.8.5"
20+
rand = "0.9"
2121

2222
[features]
2323

0 commit comments

Comments
 (0)