Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 9610e04

Browse files
authored
Merge pull request #69 from rust-embedded/bump-everything
Bump dependency versions
2 parents 6919488 + cc52aef commit 9610e04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ name = "{{project-name}}"
66
version = "0.1.0"
77

88
[dependencies]
9-
cortex-m = "0.5.8"
10-
cortex-m-rt = "0.6.5"
11-
cortex-m-semihosting = "0.3.2"
9+
cortex-m = "0.6.0"
10+
cortex-m-rt = "0.6.8"
11+
cortex-m-semihosting = "0.3.3"
1212
panic-halt = "0.2.0"
1313

1414
# Uncomment for the panic example.
15-
# panic-itm = "0.4.0"
15+
# panic-itm = "0.4.1"
1616

1717
# Uncomment for the allocator example.
1818
# alloc-cortex-m = "0.3.5"
1919

2020
# Uncomment for the device example.
21-
# [dependencies.stm32f30x]
22-
# features = ["rt"]
21+
# [dependencies.stm32f3]
22+
# features = ["stm32f303", "rt"]
2323
# version = "0.7.1"
2424

2525
# this lets you use `cargo fix`!

0 commit comments

Comments
 (0)