Skip to content

Commit

Permalink
fix(cargo): fix dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed Nov 30, 2023
1 parent 6f93303 commit e94fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-storage = { version = "0.3" }
num_enum = { version = "0.7.0", default-features = false }
log = "0.4.19"
rtic-monotonics = { version = "1.0.1", features = [
rtic-monotonics = { version = "1.0.0", features = [
"cortex-m-systick",
"systick-10khz",
] }
Expand Down

0 comments on commit e94fe66

Please sign in to comment.