File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
edition = " 2021"
4
4
name = " solana-geyser-plugin-postgres"
5
5
description = " The Solana AccountsDb plugin for PostgreSQL database."
6
- version = " 2.2.0 "
6
+ version = " 2.2.1 "
7
7
repository = " https://github.com/solana-labs/solana-accountsdb-plugin-postgres"
8
8
license = " Apache-2.0"
9
9
homepage = " https://solana.com/"
@@ -25,13 +25,13 @@ postgres-openssl = { version = "0.5.0"}
25
25
serde = " 1.0.145"
26
26
serde_derive = " 1.0.145"
27
27
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 " }
35
35
thiserror = " 1.0.37"
36
36
tokio-postgres = " 0.7.7"
37
37
You can’t perform that action at this time.
0 commit comments