Skip to content

Commit 2bb8bb9

Browse files
authored
Merge pull request #126 from matoushybl/update-dependencies
Update dependency versions.
2 parents e679ab1 + 5f656df commit 2bb8bb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ features = ["stm32f042", "rt", "stm32-usbd"]
3030
targets = ["thumbv6m-none-eabi"]
3131

3232
[dependencies]
33-
bare-metal = { version = "0.2", features = ["const-fn"] }
33+
bare-metal = { version = "1.0.0" }
3434
cast = { version = "0.2", default-features = false }
3535
cortex-m = "0.6"
3636
embedded-hal = { version = "0.2", features = ["unproven"] }
37-
stm32f0 = "0.11"
38-
nb = "0.1"
37+
stm32f0 = "0.12.1"
38+
nb = "1.0"
3939
void = { version = "1.0", default-features = false }
40-
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }
40+
stm32-usbd = { version = "0.5.1", features = ["ram_access_2x16"], optional = true }
4141

4242
[dev-dependencies]
4343
cortex-m-rt = "0.6"
4444
panic-halt = "0.2"
45-
usb-device = "0.2.3"
46-
usbd-serial = "0.1.0"
45+
usb-device = "0.2.7"
46+
usbd-serial = "0.1.1"
4747

4848
[features]
4949
device-selected = []

0 commit comments

Comments
 (0)