Skip to content

Commit

Permalink
move to master svc
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Jan 29, 2025
1 parent 82d86ea commit 38da3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"

[patch.crates-io]
esp-idf-svc = { git = "https://github.com/indexds/esp-idf-svc", branch = "napt" }
esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc", branch = "master" }
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys", branch = "master" }
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal", branch = "master" }
embedded-hal = { git = "https://github.com/rust-embedded/embedded-hal", branch = "master" }
Expand All @@ -53,7 +53,7 @@ esp_idf_sdkconfig="sdkconfig"

[dependencies]
log = { version = "0.4", default-features = false }
esp-idf-svc = { version = "0.50.1", default-features = false, features = ["std"] }
esp-idf-svc = { version = "0.50", default-features = false, features = ["std"] }
embedded-svc = { version = "0.28", default-features = true }
heapless = { version = "0.8", default-features = false }
anyhow = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 38da3f2

Please sign in to comment.