Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jan 6, 2025
1 parent d3ef051 commit 8f7657c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ debug = []

[dependencies]
log = { version = "0.4", default-features = false }
esp-idf-svc = { version = "0.49", default-features = false, features = ["alloc", "embassy-sync"] }
esp-idf-svc = { version = "0.50.1", default-features = false, features = ["alloc", "embassy-sync"] }

bitflags = { version = "2.4.1" }
bstr = { version = "1.8.0", default-features = false }
Expand All @@ -44,13 +44,12 @@ cfg-if = "1.0"

[dev-dependencies]
anyhow = "1"
esp-idf-svc = { version = "0.49", features = ["embassy-time-driver", "critical-section"]}
esp-idf-svc = { version = "0.50.1", features = ["embassy-time-driver", "critical-section"]}
embassy-time = { version = "0.3.2", features = ["generic-queue"] }

[build-dependencies]
anyhow = "1"
embuild = "0.32"
cc = "=1.1.30" # Version "1.1.30" necessary until a new version of `esp-idf-sys` is released
embuild = "0.33"

[patch.crates-io]
# see: https://github.com/esp-rs/espup/issues/440
Expand Down

0 comments on commit 8f7657c

Please sign in to comment.