diff --git a/Cargo.lock b/Cargo.lock index 0b821339..9c881c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "aderyn" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aderyn_driver", "clap", @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "aderyn_core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "crossbeam-channel", "cyfrin-foundry-compilers", @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "aderyn_driver" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aderyn_core", "criterion", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "aderyn_py" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aderyn_driver", "field_access", diff --git a/aderyn/Cargo.toml b/aderyn/Cargo.toml index 83117d64..e5449a30 100644 --- a/aderyn/Cargo.toml +++ b/aderyn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer" @@ -10,7 +10,7 @@ default-run = "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.2.0" } +aderyn_driver = { path = "../aderyn_driver", version = "0.3.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" diff --git a/aderyn_core/Cargo.toml b/aderyn_core/Cargo.toml index cbe1b976..07dd80e3 100644 --- a/aderyn_core/Cargo.toml +++ b/aderyn_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_core" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer backend" diff --git a/aderyn_driver/Cargo.toml b/aderyn_driver/Cargo.toml index ba6a3258..a7e808d2 100644 --- a/aderyn_driver/Cargo.toml +++ b/aderyn_driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_driver" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer driver" @@ -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.2.0" } +aderyn_core = { path = "../aderyn_core", version = "0.3.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"] } diff --git a/aderyn_py/Cargo.toml b/aderyn_py/Cargo.toml index 6df3e569..89671d0a 100644 --- a/aderyn_py/Cargo.toml +++ b/aderyn_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_py" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer python bindings" @@ -14,7 +14,7 @@ name = "aderynpy" crate-type = ["cdylib"] [dependencies] -aderyn_driver = { path = "../aderyn_driver", version = "0.2.0" } +aderyn_driver = { path = "../aderyn_driver", version = "0.3.0" } field_access = "0.1.8" [dependencies.pyo3] diff --git a/reports/report.sarif b/reports/report.sarif index f1affc77..bf5e7406 100644 --- a/reports/report.sarif +++ b/reports/report.sarif @@ -11932,8 +11932,8 @@ "informationUri": "https://github.com/Cyfrin/aderyn", "name": "Aderyn", "organization": "Cyfrin", - "semanticVersion": "0.2.0", - "version": "0.2.0" + "semanticVersion": "0.3.0", + "version": "0.3.0" } } }