Skip to content

Commit fbdb379

Browse files
author
Richard Patel
committed
tag 0.1.3+solana.1.10.0
1 parent 46dd87a commit fbdb379

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-accountsdb-plugin-kafka"
33
description = "Solana AccountsDb plugin for Kafka"
44
authors = ["Blockdaemon"]
5-
version = "0.1.3+solana.1.9.11"
5+
version = "0.1.3+solana.1.10.0"
66
edition = "2021"
77
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88
license = "Apache-2.0"
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
1313
[dependencies]
1414
prost = "0.9"
1515
rdkafka = { 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" }
1919
log = "0.4"
2020
serde_json = "1.0"
2121
serde = { version = "1.0", features = ["derive"] }

ci/rust-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
if [[ -n $RUST_STABLE_VERSION ]]; then
2424
stable_version="$RUST_STABLE_VERSION"
2525
else
26-
stable_version=1.57.0
26+
stable_version=1.59.0
2727
fi
2828

2929
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030
nightly_version="$RUST_NIGHTLY_VERSION"
3131
else
32-
nightly_version=2021-12-03
32+
nightly_version=2022-02-24
3333
fi
3434

3535

0 commit comments

Comments
 (0)