Skip to content

Commit

Permalink
Merge pull request #125 from lightclient/v0.4-cycle
Browse files Browse the repository at this point in the history
all: start v0.4 release cycle
  • Loading branch information
lightclient committed Aug 14, 2023
2 parents 5d3b0f8 + 0e3838f commit 4cc9e3d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 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 etk-4byte/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-4byte"
version = "0.3.0"
version = "0.4.0-dev"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
Empty file added etk-analyze/.z3-trace
Empty file.
10 changes: 5 additions & 5 deletions etk-analyze/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-analyze"
version = "0.3.0"
version = "0.4.0-dev"
edition = "2018"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -17,9 +17,9 @@ cli = ["etk-cli", "etk-asm", "clap", "snafu"]
[dependencies]
snafu = { optional = true, version = "0.7.1" }
clap = { optional = true, version = "3.1", features = ["derive"] }
etk-cli = { optional = true, path = "../etk-cli", version = "0.3.0" }
etk-asm = { optional = true, path = "../etk-asm", version = "0.3.0" }
etk-dasm = { path = "../etk-dasm", version = "0.3.0" }
etk-cli = { optional = true, path = "../etk-cli", version = "0.4.0-dev" }
etk-asm = { optional = true, path = "../etk-asm", version = "0.4.0-dev" }
etk-dasm = { path = "../etk-dasm", version = "0.4.0-dev" }
z3 = { version = "0.11.2", features = ["static-link-z3"] }

[dependencies.petgraph]
Expand All @@ -28,7 +28,7 @@ default-features = false

[dev-dependencies]
assert_matches = "1.5.0"
etk-asm = { path = "../etk-asm", version = "0.3.0" }
etk-asm = { path = "../etk-asm", version = "0.4.0-dev" }
hex-literal = "0.3.4"

[[bin]]
Expand Down
6 changes: 3 additions & 3 deletions etk-asm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-asm"
version = "0.3.0"
version = "0.4.0-dev"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -16,8 +16,8 @@ cli = ["clap", "etk-cli"]
backtraces = [ "snafu/backtraces", "etk-ops/backtraces" ]

[dependencies]
etk-ops = { path = "../etk-ops", version = "0.3.0" }
etk-cli = { optional = true, path = "../etk-cli", version = "0.3.0" }
etk-ops = { path = "../etk-ops", version = "0.4.0-dev" }
etk-cli = { optional = true, path = "../etk-cli", version = "0.4.0-dev" }
hex = "0.4.3"
num-bigint = "0.4"
pest = "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion etk-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-cli"
version = "0.3.0"
version = "0.4.0-dev"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
10 changes: 5 additions & 5 deletions etk-dasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-dasm"
version = "0.3.0"
version = "0.4.0-dev"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -16,11 +16,11 @@ cli = ["clap", "etk-cli", "snafu", "etk-4byte"]

[dependencies]
hex = "0.4.3"
etk-ops = { path = "../etk-ops", version = "0.3.0" }
etk-asm = { path = "../etk-asm", version = "0.3.0" }
etk-ops = { path = "../etk-ops", version = "0.4.0-dev" }
etk-asm = { path = "../etk-asm", version = "0.4.0-dev" }
clap = { optional = true, version = "3.1", features = ["derive"] }
etk-cli = { optional = true, path = "../etk-cli", version = "0.3.0" }
etk-4byte = { optional = true, path = "../etk-4byte", version = "0.3.0" }
etk-cli = { optional = true, path = "../etk-cli", version = "0.4.0-dev" }
etk-4byte = { optional = true, path = "../etk-4byte", version = "0.4.0-dev" }
snafu = { optional = true, version = "0.7.1" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion etk-ops/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etk-ops"
version = "0.3.0"
version = "0.4.0-dev"
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 4cc9e3d

Please sign in to comment.