Skip to content

Commit

Permalink
Merge pull request #31 from plaes/fix-embassy-time-dep
Browse files Browse the repository at this point in the history
Really fix embassy-time dependency to allow 0.3/0.4 versions
  • Loading branch information
lulf authored Jan 9, 2025
2 parents 5439d6b + dfb2a85 commit 8d92d78
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 @@ -21,7 +21,7 @@ log = { version = "0.4", optional = true }
embedded-io = "0.6.0"
embedded-io-async = "0.6.0"
embassy-sync = "0.6"
embassy-time = { version = ">=0.3, <=0.5", optional = true }
embassy-time = { version = ">=0.3, <0.5", optional = true }
heapless = "0.8"
futures-intrusive = { version = "0.5.0", default-features = false }
uuid = { version = "1.11.0", default-features = false, optional = true }
Expand Down

0 comments on commit 8d92d78

Please sign in to comment.