Skip to content

Commit 9a59273

Browse files
committed
Bump version in Cargo.toml
v0.5.2 was released on December 15, but I did something wrong when doing the release/push cycle which made the Cargo.toml change not appear in master. The tag `v0.5.2` and changelog point to the actual released version of v0.5.2
1 parent 68d639c commit 9a59273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99
documentation = "https://docs.rs/stm32f1xx-hal"
1010
readme = "README.md"
1111
edition = "2018"
12-
version = "0.5.1"
12+
version = "0.5.2"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "rt", "stm32-usbd"]

0 commit comments

Comments
 (0)