Skip to content

Commit a2b81c1

Browse files
committed
chore: Release
1 parent e6b1e79 commit a2b81c1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ members = [
99
]
1010

1111
[workspace.dependencies]
12-
aderyn_core = { version = "0.5.7", path = "aderyn_core" }
13-
aderyn_driver = { version = "0.5.7", path = "aderyn_driver" }
12+
aderyn_core = { version = "0.5.8", path = "aderyn_core" }
13+
aderyn_driver = { version = "0.5.8", path = "aderyn_driver" }
1414
indoc = "2"
1515
clap = "4.4.6"
1616
criterion = "0.5.1"

aderyn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aderyn"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
edition = "2021"
55
authors = ["Cyfrin <[email protected]>"]
66
description = "Rust based Solidity AST analyzer"

aderyn_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aderyn_core"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
edition = "2021"
55
authors = ["Cyfrin <[email protected]>"]
66
description = "Rust based Solidity AST analyzer backend"

aderyn_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aderyn_driver"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
edition = "2021"
55
authors = ["Cyfrin <[email protected]>"]
66
description = "Rust based Solidity AST analyzer driver"

0 commit comments

Comments
 (0)