Skip to content

Commit

Permalink
Bump version 0.1.8 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan authored Jul 28, 2024
1 parent e949a4d commit f1c84b6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.

6 changes: 3 additions & 3 deletions aderyn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "aderyn"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer"
license = "MIT"
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.7" }
aderyn_driver = { path = "../aderyn_driver", version = "0.1.8" }
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
4 changes: 2 additions & 2 deletions aderyn_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aderyn_core"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer backend"
license = "MIT"

Expand Down
6 changes: 3 additions & 3 deletions aderyn_driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "aderyn_driver"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer driver"
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.7" }
aderyn_core = { path = "../aderyn_core", version = "0.1.8" }
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
6 changes: 3 additions & 3 deletions aderyn_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aderyn_py"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
authors = ["Cyfrin <aderyn@cyfrin.io>"]
description = "Rust based Solidity AST analyzer python bindings"
license = "MIT"

Expand All @@ -14,7 +14,7 @@ name = "aderynpy"
crate-type = ["cdylib"]

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

[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 @@ -5356,8 +5356,8 @@
"informationUri": "https://github.com/Cyfrin/aderyn",
"name": "Aderyn",
"organization": "Cyfrin",
"semanticVersion": "0.1.7",
"version": "0.1.7"
"semanticVersion": "0.1.8",
"version": "0.1.8"
}
}
}
Expand Down

0 comments on commit f1c84b6

Please sign in to comment.