Skip to content

Commit 23c149d

Browse files
committed
Bump to 0.2.1 because I screwed up 4byte :(
1 parent 3134dab commit 23c149d

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etk-4byte/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etk-4byte"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sam Wilson <sam.wilson@mesh.xyz>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

etk-analyze/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etk-analyze"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -17,9 +17,9 @@ cli = ["etk-cli", "etk-asm", "structopt", "snafu"]
1717
[dependencies]
1818
snafu = { optional = true, version = "0.7.1" }
1919
structopt = { optional = true, version = "0.3.26" }
20-
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.0" }
21-
etk-asm = { optional = true, path = "../etk-asm", version = "0.2.0" }
22-
etk-dasm = { path = "../etk-dasm", version = "0.2.0" }
20+
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.1" }
21+
etk-asm = { optional = true, path = "../etk-asm", version = "0.2.1" }
22+
etk-dasm = { path = "../etk-dasm", version = "0.2.1" }
2323
z3 = "0.11.2"
2424

2525
[dependencies.petgraph]
@@ -28,7 +28,7 @@ default-features = false
2828

2929
[dev-dependencies]
3030
assert_matches = "1.5.0"
31-
etk-asm = { path = "../etk-asm", version = "0.2.0" }
31+
etk-asm = { path = "../etk-asm", version = "0.2.1" }
3232
hex-literal = "0.3.4"
3333

3434
[[bin]]

etk-asm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etk-asm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
@@ -16,7 +16,7 @@ cli = ["structopt", "etk-cli"]
1616
backtraces = [ "snafu/backtraces" ]
1717

1818
[dependencies]
19-
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.0" }
19+
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.1" }
2020
hex = "0.4.3"
2121
num-bigint = "0.4"
2222
pest = "2.1.3"

etk-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etk-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

etk-dasm/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etk-dasm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sam Wilson <sam.wilson@mesh.xyz>", "lightclient <lightclient@protonmail.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
@@ -16,10 +16,10 @@ cli = ["structopt", "etk-cli", "snafu", "etk-4byte"]
1616

1717
[dependencies]
1818
hex = "0.4.3"
19-
etk-asm = { path = "../etk-asm", version = "0.2.0" }
19+
etk-asm = { path = "../etk-asm", version = "0.2.1" }
2020
structopt = { optional = true, version = "0.3.26" }
21-
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.0" }
22-
etk-4byte = { optional = true, path = "../etk-4byte", version = "0.2.0" }
21+
etk-cli = { optional = true, path = "../etk-cli", version = "0.2.1" }
22+
etk-4byte = { optional = true, path = "../etk-4byte", version = "0.2.1" }
2323
snafu = { optional = true, version = "0.7.1" }
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)