Skip to content

Commit

Permalink
chore: release 0.3.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jul 26, 2023
1 parent 440b1a4 commit 9b7d668
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.65"
authors = ["Alloy Contributors"]
Expand All @@ -18,13 +18,13 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# workspace crates
alloy-dyn-abi = { version = "0.2.0", path = "crates/dyn-abi", default-features = false }
alloy-json-abi = { version = "0.2.0", path = "crates/json-abi", default-features = false }
alloy-primitives = { version = "0.2.0", path = "crates/primitives", default-features = false }
alloy-sol-macro = { version = "0.2.0", path = "crates/sol-macro", default-features = false }
alloy-sol-type-parser = { version = "0.2.0", path = "crates/sol-type-parser", default-features = false }
alloy-sol-types = { version = "0.2.0", path = "crates/sol-types", default-features = false }
syn-solidity = { version = "0.2.0", path = "crates/syn-solidity", default-features = false }
alloy-dyn-abi = { version = "0.3.0", path = "crates/dyn-abi", default-features = false }
alloy-json-abi = { version = "0.3.0", path = "crates/json-abi", default-features = false }
alloy-primitives = { version = "0.3.0", path = "crates/primitives", default-features = false }
alloy-sol-macro = { version = "0.3.0", path = "crates/sol-macro", default-features = false }
alloy-sol-type-parser = { version = "0.3.0", path = "crates/sol-type-parser", default-features = false }
alloy-sol-types = { version = "0.3.0", path = "crates/sol-types", default-features = false }
syn-solidity = { version = "0.3.0", path = "crates/syn-solidity", default-features = false }

# serde
serde = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sol-type-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ rustdoc-args = ["--cfg", "docsrs"]

[features]
default = ["std"]
std = []
std = []
3 changes: 1 addition & 2 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Configuration for `cargo-release`
# See <https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md>
# Release using `cargo release --workspace`
allow-branch = ["main"]
shared-version = true
pre-release-commit-message = "chore: release {{version}}"
tag-prefix = "" # tag only once instead of per every crate

0 comments on commit 9b7d668

Please sign in to comment.