Skip to content

Commit

Permalink
build: Revert updating toml to avoid updating MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 29, 2023
1 parent a8d78a0 commit 8c6d6f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 36 deletions.
43 changes: 9 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log = "0.4.20"
miette = { version = "5.10.0", features = ["fancy"] }
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.49"
toml = "0.8.1"
toml = "0.7.8"

[target.'cfg(unix)'.dependencies]
cargo = { version = "0.73.1", features = ["vendored-openssl"] }
Expand Down
2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sha2 = "0.10.8"
slip-codec = "0.3.4"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.49"
toml = "0.8.1"
toml = "0.7.8"
update-informer = { version = "1.1.0", optional = true }
xmas-elf = "0.9.0"

Expand Down

0 comments on commit 8c6d6f7

Please sign in to comment.