Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 12, 2025
1 parent 08c3603 commit 675a8b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aderyn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aderyn"
version = "0.3.4"
version = "0.4.0"
edition = "2021"
authors = ["Cyfrin <[email protected]>"]
description = "Rust based Solidity AST analyzer"
Expand All @@ -12,7 +12,7 @@ homepage = "https://github.com/cyfrin/aderyn"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aderyn_driver = { path = "../aderyn_driver", version = "0.3.3" }
aderyn_driver = { path = "../aderyn_driver", version = "0.4.0" }
clap = { version = "4.4.6", features = ["derive"] }
reqwest = { version = "0.12.2", default-features = false, features = ["blocking", "json", "rustls-tls"] }
semver = "1.0.22"
Expand Down
2 changes: 1 addition & 1 deletion aderyn_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aderyn_core"
version = "0.3.4"
version = "0.4.0"
edition = "2021"
authors = ["Cyfrin <[email protected]>"]
description = "Rust based Solidity AST analyzer backend"
Expand Down
4 changes: 2 additions & 2 deletions aderyn_driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aderyn_driver"
version = "0.3.4"
version = "0.4.0"
edition = "2021"
authors = ["Cyfrin <[email protected]>"]
description = "Rust based Solidity AST analyzer driver"
Expand All @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aderyn_core = { path = "../aderyn_core", version = "0.3.3" }
aderyn_core = { path = "../aderyn_core", version = "0.4.0" }
rayon = "1.8.0"
cyfrin-foundry-compilers = { version = "0.3.20-aderyn", features = ["svm-solc"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
Expand Down

0 comments on commit 675a8b9

Please sign in to comment.