Skip to content

Commit

Permalink
Set the defmt dependency to >=0.3.8, <0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-alpaca committed May 31, 2024
1 parent b1b1375 commit 44d7640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ description = "A runtime for writing automotive and industrial Rust on top of Hi

[workspace.dependencies]
bitflags = "2.4"
defmt = ">=0.3.8"
defmt = "~0.3.8"
futures = { version = "0.3", default-features = false, features = ["async-await"] }
heapless = "0.8.0"
static_cell = "2"
Expand Down

0 comments on commit 44d7640

Please sign in to comment.