Skip to content

Commit

Permalink
Clarify comment about the required cc version (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanderGlanda authored Nov 26, 2024
1 parent 3a84402 commit e9d6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ esp-idf-svc = { version = "0.49", features = ["critical-section", "embassy-time-

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

0 comments on commit e9d6bfe

Please sign in to comment.