Skip to content

Commit

Permalink
Update esp-idf-svc to 0.51 (#256)
Browse files Browse the repository at this point in the history
* New release

* Update changelog
  • Loading branch information
ivmarkov authored Jan 15, 2025
1 parent 8d07929 commit 724d11a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Breaking

### Added
- Update the template to the latest-released `esp-idf-svc`
- Update the template to the latest-released `esp-idf-svc` (0.51)
- Update the template to the latest-released `esp-idf-svc` (0.50)
- Update the template to ESP-IDF V5.3 (latest stable)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ experimental = ["esp-idf-svc/experimental"]

[dependencies]
log = "0.4"
esp-idf-svc = { version = "0.50", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }

[build-dependencies]
embuild = "0.33"
2 changes: 1 addition & 1 deletion cmake/components/rust-{{project-name}}/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ experimental = ["esp-idf-svc/experimental"]

[dependencies]
log = "0.4"
esp-idf-svc = { version = "0.50", default-features = false, features = ["std", "native", "critical-section", "embassy-time-driver", "embassy-sync"] }
esp-idf-svc = { version = "0.51", default-features = false, features = ["std", "native", "critical-section", "embassy-time-driver", "embassy-sync"] }

[build-dependencies]
embuild = "0.33"

0 comments on commit 724d11a

Please sign in to comment.