Skip to content

Commit

Permalink
📌 Update cli and client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Feb 3, 2025
1 parent b28f941 commit 8d8657c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.9.0"
version = "0.9.1"
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.9.0" }
trident-client = { path = "../client", version = "0.9.1" }

# Misc
clap = { version = "4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-client"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand Down

0 comments on commit 8d8657c

Please sign in to comment.