File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22name = " solana-accountsdb-plugin-kafka"
33description = " Solana AccountsDb plugin for Kafka"
44authors = [" Blockdaemon" ]
5- version = " 0.1.3+solana.1.9.11 "
5+ version = " 0.1.3+solana.1.10.0 "
66edition = " 2021"
77repository = " https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88license = " Apache-2.0"
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
1313[dependencies ]
1414prost = " 0.9"
1515rdkafka = { version = " 0.28" , features = [" ssl-vendored" , " sasl" ] }
16- solana-accountsdb-plugin-interface = { version = " =1.9.11 " }
17- solana-logger = { version = " =1.9.11 " }
18- solana-program = { version = " =1.9.11 " }
16+ solana-accountsdb-plugin-interface = { version = " =1.10.0 " }
17+ solana-logger = { version = " =1.10.0 " }
18+ solana-program = { version = " =1.10.0 " }
1919log = " 0.4"
2020serde_json = " 1.0"
2121serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change 2323if [[ -n $RUST_STABLE_VERSION ]]; then
2424 stable_version=" $RUST_STABLE_VERSION "
2525else
26- stable_version=1.57 .0
26+ stable_version=1.59 .0
2727fi
2828
2929if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030 nightly_version=" $RUST_NIGHTLY_VERSION "
3131else
32- nightly_version=2021-12-03
32+ nightly_version=2022-02-24
3333fi
3434
3535
You can’t perform that action at this time.
0 commit comments