Skip to content

Commit c77fef5

Browse files
Publish solana-client-traits v3.0.0
1 parent e989395 commit c77fef5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ solana-blake3-hasher = { path = "blake3-hasher", version = "3.0.0" }
219219
solana-bls-signatures = { path = "bls-signatures", version = "0.1.1" }
220220
solana-bn254 = { path = "bn254", version = "3.0.0" }
221221
solana-borsh = { path = "borsh", version = "3.0.0" }
222-
solana-client-traits = { path = "client-traits", version = "2.2.1" }
222+
solana-client-traits = { path = "client-traits", version = "3.0.0" }
223223
solana-clock = { path = "clock", version = "3.0.0" }
224224
solana-cluster-type = { path = "cluster-type", version = "3.0.0" }
225225
solana-commitment-config = { path = "commitment-config", version = "3.0.0" }

client-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-client-traits"
33
description = "Traits for Solana clients"
44
documentation = "https://docs.rs/solana-client-traits"
5-
version = "2.2.1"
5+
version = "3.0.0"
66
authors = { workspace = true }
77
repository = { workspace = true }
88
homepage = { workspace = true }

0 commit comments

Comments
 (0)