Skip to content

Commit

Permalink
Version 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Nov 7, 2022
1 parent e1508fb commit 35eaeba
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-espflash"
version = "2.0.0-dev"
version = "2.0.0-rc.1"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down Expand Up @@ -31,12 +31,12 @@ pkg-fmt = "zip"
[dependencies]
cargo_metadata = "0.15.1"
cargo_toml = "0.13.0"
clap = { version = "4.0.18", features = ["derive"] }
env_logger = "0.9.1"
espflash = { version = "=2.0.0-dev", path = "../espflash" }
clap = { version = "4.0.22", features = ["derive"] }
env_logger = "0.9.3"
espflash = { version = "=2.0.0-rc.1", path = "../espflash" }
esp-idf-part = "0.1.1"
log = "0.4.17"
miette = { version = "5.3.0", features = ["fancy"] }
miette = { version = "5.4.1", features = ["fancy"] }
serde = { version = "1.0.147", features = ["derive"] }
strum = "0.24.1"
thiserror = "1.0.37"
Expand Down
12 changes: 6 additions & 6 deletions espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espflash"
version = "2.0.0-dev"
version = "2.0.0-rc.1"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down Expand Up @@ -38,21 +38,21 @@ required-features = ["cli"]
addr2line = { version = "0.18.0", optional = true }
base64 = "0.13.1"
binread = "2.2.0"
bytemuck = { version = "1.12.1", features = ["derive"] }
clap = { version = "4.0.18", features = ["derive"], optional = true }
bytemuck = { version = "1.12.3", features = ["derive"] }
clap = { version = "4.0.22", features = ["derive"], optional = true }
comfy-table = { version = "6.1.2", optional = true }
crossterm = { version = "0.25.0", optional = true }
dialoguer = { version = "0.10.2", optional = true }
directories-next = { version = "2.0.0", optional = true }
esp-idf-part = "0.1.1"
env_logger = { version = "0.9.1", optional = true }
env_logger = { version = "0.9.3", optional = true }
flate2 = "1.0.24"
indicatif = { version = "0.17.1", optional = true }
lazy_static = { version = "1.4.0", optional = true }
log = "0.4.17"
miette = { version = "5.3.0", features = ["fancy"] }
miette = { version = "5.4.1", features = ["fancy"] }
parse_int = { version = "0.6.0", optional = true }
regex = { version = "1.6.0", optional = true }
regex = { version = "1.7.0", optional = true }
rppal = { version = "0.13.1", optional = true }
serde = { version = "1.0.147", features = ["derive"] }
serde-hex = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 35eaeba

Please sign in to comment.