Skip to content

Commit cdf22fa

Browse files
committed
Use released version of stm32-hrtim
1 parent 6ca838e commit cdf22fa

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
@@ -19,7 +19,7 @@ fugit = "0.3.7"
1919
stm32-usbd = { version = "0.7.0", optional = true }
2020
fixed = { version = "1.28.0", optional = true }
2121
embedded-io = "0.6"
22-
stm32-hrtim = { git = "https://github.com/usbalbin/stm32-hrtim", rev = "e8ab6db", optional = true }
22+
stm32-hrtim = { version = "0.1.0", optional = true }
2323

2424
[dependencies.cortex-m]
2525
version = "0.7.7"

0 commit comments

Comments
 (0)