Skip to content

Commit

Permalink
bump emc2101 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Oct 7, 2024
1 parent 6db4f13 commit 340e2c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
],
"nixEnvSelector.suggestion": false,
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
}
}
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["embedded", "no-std", "bitcoin"]
[dependencies]
defmt = "0.3.8"
ds4432 = { version = "0.2.0", default-features = false, features = [
"defmt-03",
"async",
"defmt-03",
] }
embassy-embedded-hal = { version = "0.2.0", features = ["defmt"] }
embassy-executor = { version = "0.6.0", features = ["task-arena-size-40960"] }
Expand All @@ -31,9 +31,9 @@ embassy-time = { version = "0.3.1", features = ["generic-queue-8"] }
embedded-hal-async = { version = "1.0.0", features = ["defmt-03"] }
embedded-io = "0.6.1"
embedded-io-async = "0.6.1"
emc2101 = { version = "0.4.0", default-features = false, features = [
"defmt-03",
emc2101 = { version = "0.4.1", default-features = false, features = [
"async",
"defmt-03",
] }
esp-backtrace = { version = "0.14.1", features = [
"defmt",
Expand Down

0 comments on commit 340e2c7

Please sign in to comment.