Skip to content

Commit a3f3b75

Browse files
committed
[#] v2.2.1
1 parent 746265b commit a3f3b75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <[email protected]>"]
33
edition = "2021"
44
name = "solana-geyser-plugin-postgres"
55
description = "The Solana AccountsDb plugin for PostgreSQL database."
6-
version = "2.2.0"
6+
version = "2.2.1"
77
repository = "https://github.com/solana-labs/solana-accountsdb-plugin-postgres"
88
license = "Apache-2.0"
99
homepage = "https://solana.com/"
@@ -25,13 +25,13 @@ postgres-openssl = { version = "0.5.0"}
2525
serde = "1.0.145"
2626
serde_derive = "1.0.145"
2727
serde_json = "1.0.85"
28-
agave-geyser-plugin-interface = { version = "2.2.0" }
29-
solana-logger = { version = "2.2.0" }
30-
solana-measure = { version = "2.2.0" }
31-
solana-metrics = { version = "2.2.0" }
32-
solana-runtime = { version = "2.2.0" }
33-
solana-sdk = { version = "2.2.0" }
34-
solana-transaction-status = { version = "2.2.0" }
28+
agave-geyser-plugin-interface = { version = "2.2.1" }
29+
solana-logger = { version = "2.2.1" }
30+
solana-measure = { version = "2.2.1" }
31+
solana-metrics = { version = "2.2.1" }
32+
solana-runtime = { version = "2.2.1" }
33+
solana-sdk = { version = "2.2.1" }
34+
solana-transaction-status = { version = "2.2.1" }
3535
thiserror = "1.0.37"
3636
tokio-postgres = "0.7.7"
3737

0 commit comments

Comments
 (0)