Skip to content

Commit 8c14595

Browse files
committed
2.2.16
1 parent cf13d88 commit 8c14595

File tree

4 files changed

+73
-57
lines changed

4 files changed

+73
-57
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ inherits = "release"
2828
# strip = "symbols" # Not supported in the workspace toolchain version
2929

3030
[patch.crates-io]
31-
solana-transaction-status = { git = 'https://github.com/step-finance/agave', rev = "93b47506cae28ca8a3361ae71da0e24c15c803e7" }
32-
agave-geyser-plugin-interface = { git = 'https://github.com/step-finance/agave', rev = "93b47506cae28ca8a3361ae71da0e24c15c803e7" }
33-
solana-metrics = { git = 'https://github.com/step-finance/agave', rev = "93b47506cae28ca8a3361ae71da0e24c15c803e7" }
34-
solana-zk-token-sdk = { git = 'https://github.com/step-finance/agave', rev = "93b47506cae28ca8a3361ae71da0e24c15c803e7" }
31+
solana-transaction-status = { git = 'https://github.com/step-finance/agave', rev = "91c46eaca12de1e76c93acd6728d31ab1441f56e" }
32+
agave-geyser-plugin-interface = { git = 'https://github.com/step-finance/agave', rev = "91c46eaca12de1e76c93acd6728d31ab1441f56e" }
33+
solana-metrics = { git = 'https://github.com/step-finance/agave', rev = "91c46eaca12de1e76c93acd6728d31ab1441f56e" }
34+
solana-zk-token-sdk = { git = 'https://github.com/step-finance/agave', rev = "91c46eaca12de1e76c93acd6728d31ab1441f56e" }
3535

3636
# solana-transaction-status = { path = "../agave/transaction-status" }
3737
# agave-geyser-plugin-interface = { path = "../agave/geyser-plugin-interface" }

crates/plugin/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "holaplex-indexer-rabbitmq-geyser"
3-
version = "0.15.4"
3+
version = "0.15.5"
44
authors = [
55
"ryans <[email protected]>",
66
@@ -44,13 +44,13 @@ zstd = "0.12.3"
4444
# solana-metrics = { path = "../../../agave/metrics" }
4545
# solana-transaction-status = { path = "../../../agave/transaction-status" }
4646

47-
agave-geyser-plugin-interface = { version = "=2.2.15" }
47+
agave-geyser-plugin-interface = { version = "=2.2.16" }
4848
solana-logger = { version = "=2.3.1" }
4949
solana-sdk = { version = "=2.2.2" }
5050
solana-program = { version = "=2.2.1" }
51-
solana-metrics = { version = "=2.2.15" }
52-
solana-transaction-status = { version = "=2.2.15" }
53-
solana-zk-token-sdk ={ version = "=2.2.15" }
51+
solana-metrics = { version = "=2.2.16" }
52+
solana-transaction-status = { version = "=2.2.16" }
53+
solana-zk-token-sdk ={ version = "=2.2.16" }
5454

5555
[dependencies.tokio]
5656
version = "1.18.2"

crates/rabbitmq/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "holaplex-indexer-rabbitmq"
3-
version = "0.15.4"
3+
version = "0.15.5"
44
authors = [
55
"ryans <[email protected]>",
66
@@ -39,8 +39,8 @@ serde_json = { version = "1.0.79" }
3939
# agave-geyser-plugin-interface = { path = "../../../agave/geyser-plugin-interface" }
4040
# solana-program = { path = "../../../agave/sdk/program", optional = true }
4141

42-
solana-transaction-status = { version = "=2.2.15" }
43-
agave-geyser-plugin-interface = { version = "=2.2.15" }
42+
solana-transaction-status = { version = "=2.2.16" }
43+
agave-geyser-plugin-interface = { version = "=2.2.16" }
4444
solana-program = { version = "=2.2.1", optional = true }
4545

4646
strum = { version = "0.24.1", features = ["derive"] }

0 commit comments

Comments
 (0)