Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Dec 23, 2023
1 parent fe0eb8b commit 0d43df2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.0.9"
version = "0.0.10"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
description = "Rust based Solidity AST analyzer"
Expand All @@ -9,5 +9,5 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aderyn_driver = { path = "../aderyn_driver", version = "0.0.9" }
aderyn_driver = { path = "../aderyn_driver", version = "0.0.10" }
clap = { version = "4.4.6", features = ["derive"] }
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.0.9"
version = "0.0.10"
edition = "2021"
authors = ["Alex Roan <alex@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.0.9"
version = "0.0.10"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
description = "Rust based Solidity AST analyzer driver"
Expand All @@ -9,5 +9,5 @@ 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.0.9" }
aderyn_core = { path = "../aderyn_core", version = "0.0.10" }
rayon = "1.8.0"
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.0.9"
version = "0.0.10"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +11,7 @@ name = "aderynpy"
crate-type = ["cdylib"]

[dependencies]
aderyn_driver = { path = "../aderyn_driver", version = "0.0.9" }
aderyn_driver = { path = "../aderyn_driver", version = "0.0.10" }

[dependencies.pyo3]
version = "0.19.0"
Expand Down

0 comments on commit 0d43df2

Please sign in to comment.