Skip to content

Commit

Permalink
Merge pull request #30 from plaes/relax-embassy-time
Browse files Browse the repository at this point in the history
Relax embassy-time dependency to allow both 0.3 and 0.4
  • Loading branch information
lulf authored Jan 9, 2025
2 parents cdc6cb3 + 9180a7f commit 5439d6b
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.4", 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 5439d6b

Please sign in to comment.