Skip to content

Commit

Permalink
🔖 Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Jan 15, 2025
1 parent dcfa5de commit bd657b6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-cli"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand All @@ -10,7 +10,7 @@ description = "Trident is Rust based testing framework providing several conveni
[dependencies]

# Trident
trident-client = { path = "../client", version = "0.8.1" }
trident-client = { path = "../client", version = "0.9.0" }

# Misc
clap = { version = "4", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-client"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand All @@ -11,7 +11,7 @@ description = "The trident_client crate helps you build and deploy an Anchor pro
[dependencies]

# Trident
trident-fuzz = { path = "../fuzz", version = "0.2.1" }
trident-fuzz = { path = "../fuzz", version = "0.3.0" }
trident-config = { path = "../config", version = "0.0.1" }
trident-template = { path = "../template", version = "0.0.1" }

Expand Down
2 changes: 1 addition & 1 deletion crates/client/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"trident_fuzz": "0.2.1"
"trident_fuzz": "0.3.0"
}
4 changes: 2 additions & 2 deletions crates/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-fuzz"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand All @@ -10,7 +10,7 @@ description = "The trident_fuzz crate helps you to write Rust Fuzz Tests for you
[dependencies]
# Derive macros
trident-derive-displayix = { path = "../fuzz/derive/display_ix", version = "0.0.4" }
trident-derive-fuzz-test-executor = { path = "../fuzz/derive/fuzz_test_executor", version = "0.0.4" }
trident-derive-fuzz-test-executor = { path = "../fuzz/derive/fuzz_test_executor", version = "0.0.5" }

# Config (Trident.toml)
trident-config = { path = "../config", version = "0.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzz/derive/fuzz_test_executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-derive-fuzz-test-executor"
version = "0.0.4"
version = "0.0.5"
rust-version = "1.60"
edition = "2021"
license-file = "../../../../LICENSE"
Expand Down

0 comments on commit bd657b6

Please sign in to comment.