Skip to content

Commit aebf9ba

Browse files
committed
solana: pin to 2.0.21
1 parent b838efc commit aebf9ba

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"examples/rust", # 3.3.0
5-
"yellowstone-grpc-client", # 3.1.0
6-
"yellowstone-grpc-geyser", # 3.2.2
7-
"yellowstone-grpc-proto", # 3.1.1
4+
"examples/rust", # 3.3.0+solana.2.0.21
5+
"yellowstone-grpc-client", # 3.1.0+solana.2.0.21
6+
"yellowstone-grpc-geyser", # 3.2.2+solana.2.0.21
7+
"yellowstone-grpc-proto", # 3.1.1+solana.2.0.21
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.0.15"
24+
agave-geyser-plugin-interface = "=2.0.21"
2525
anyhow = "1.0.62"
2626
backoff = "0.4.0"
2727
base64 = "0.22.1"
@@ -55,11 +55,11 @@ prost_011 = { package = "prost", version = "0.11.9" }
5555
protobuf-src = "1.1.0"
5656
serde = "1.0.145"
5757
serde_json = "1.0.86"
58-
solana-account-decoder = "~2.0.15"
59-
solana-logger = "~2.0.15"
60-
solana-sdk = "~2.0.15"
61-
solana-storage-proto = "~2.0.15"
62-
solana-transaction-status = "~2.0.15"
58+
solana-account-decoder = "=2.0.21"
59+
solana-logger = "=2.0.21"
60+
solana-sdk = "=2.0.21"
61+
solana-storage-proto = "=2.0.21"
62+
solana-transaction-status = "=2.0.21"
6363
smallvec = "1.13.2"
6464
spl-token-2022 = "4.0.0"
6565
thiserror = "1.0.63"

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 = "3.3.0"
3+
version = "3.3.0+solana.2.0.21"
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 = "3.1.0"
3+
version = "3.1.0+solana.2.0.21"
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 = "3.2.2"
3+
version = "3.2.2+solana.2.0.21"
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 = "3.1.1"
3+
version = "3.1.1+solana.2.0.21"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Protobuf Definitions"

0 commit comments

Comments
 (0)