Skip to content

Commit b715c24

Browse files
solana: pin to v2.3.3
Signed-off-by: GitHub <[email protected]>
1 parent ea2a0d2 commit b715c24

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"examples/rust", # 8.0.0
5-
"yellowstone-grpc-client", # 8.0.0
6-
"yellowstone-grpc-geyser", # 8.0.0
7-
"yellowstone-grpc-proto", # 8.0.0
4+
"examples/rust", # 8.0.0+solana.2.3.3
5+
"yellowstone-grpc-client", # 8.0.0+solana.2.3.3
6+
"yellowstone-grpc-geyser", # 8.0.0+solana.2.3.3
7+
"yellowstone-grpc-proto", # 8.0.0+solana.2.3.3
88
]
99
exclude = [
1010
"yellowstone-grpc-client-nodejs/solana-encoding-wasm", # 3.0.0
@@ -21,7 +21,7 @@ publish = false
2121

2222
[workspace.dependencies]
2323
affinity = "0.1.2"
24-
agave-geyser-plugin-interface = "~2.3.0"
24+
agave-geyser-plugin-interface = "=2.3.3"
2525
anyhow = "1.0.62"
2626
backoff = "0.4.0"
2727
base64 = "0.22.1"
@@ -56,7 +56,7 @@ protobuf-src = "1.1.0"
5656
serde = "1.0.145"
5757
serde_json = "1.0.86"
5858
solana-account = "~2.2.1"
59-
solana-account-decoder = "~2.3.0"
59+
solana-account-decoder = "=2.3.3"
6060
solana-clock = "~2.2.1"
6161
solana-hash = "~2.3.0"
6262
solana-keypair = "~2.2.1"
@@ -65,11 +65,11 @@ solana-message = "~2.4.0"
6565
solana-pubkey = "~2.4.0"
6666
solana-signature = "~2.3.0"
6767
solana-signer = "~2.2.1"
68-
solana-storage-proto = "~2.3.0"
68+
solana-storage-proto = "=2.3.3"
6969
solana-transaction = "~2.2.1"
70-
solana-transaction-context = "~2.3.0"
70+
solana-transaction-context = "=2.3.3"
7171
solana-transaction-error = "~2.2.1"
72-
solana-transaction-status = "~2.3.0"
72+
solana-transaction-status = "=2.3.3"
7373
smallvec = "1.13.2"
7474
spl-token-2022 = "8.0.0"
7575
thiserror = "1.0.63"
@@ -79,8 +79,8 @@ tonic = "0.12.1"
7979
tonic-build = "0.12.1"
8080
tonic-health = "0.12.1"
8181
vergen = "9.0.0"
82-
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "8.0.0" }
83-
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "8.0.0", default-features = false }
82+
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "8.0.0+solana.2.3.3" }
83+
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "8.0.0+solana.2.3.3", default-features = false }
8484

8585
[workspace.lints.clippy]
8686
clone_on_ref_ptr = "deny"

examples/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-client-simple"
3-
version = "8.0.0"
3+
version = "8.0.0+solana.2.3.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
homepage = { workspace = true }

yellowstone-grpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-client"
3-
version = "8.0.0"
3+
version = "8.0.0+solana.2.3.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Simple Client"

yellowstone-grpc-geyser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-geyser"
3-
version = "8.0.0"
3+
version = "8.0.0+solana.2.3.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Plugin"

yellowstone-grpc-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-proto"
3-
version = "8.0.0"
3+
version = "8.0.0+solana.2.3.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Protobuf Definitions"

0 commit comments

Comments
 (0)