Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.9 #652

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer"
Expand All @@ -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.1.8" }
aderyn_driver = { path = "../aderyn_driver", version = "0.1.9" }
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.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Cyfrin <aderyn@cyfrin.io>"]
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.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Cyfrin <aderyn@cyfrin.io>"]
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.1.8" }
aderyn_core = { path = "../aderyn_core", version = "0.1.9" }
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
4 changes: 2 additions & 2 deletions aderyn_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aderyn_py"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer python bindings"
Expand All @@ -14,7 +14,7 @@ name = "aderynpy"
crate-type = ["cdylib"]

[dependencies]
aderyn_driver = { path = "../aderyn_driver", version = "0.1.8" }
aderyn_driver = { path = "../aderyn_driver", version = "0.1.9" }

[dependencies.pyo3]
version = "0.19.0"
Expand Down
4 changes: 2 additions & 2 deletions reports/report.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -6782,8 +6782,8 @@
"informationUri": "https://github.com/Cyfrin/aderyn",
"name": "Aderyn",
"organization": "Cyfrin",
"semanticVersion": "0.1.8",
"version": "0.1.8"
"semanticVersion": "0.1.9",
"version": "0.1.9"
}
}
}
Expand Down
Loading