Skip to content

Commit

Permalink
tag 0.1.3+solana.1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed Mar 10, 2022
1 parent 46dd87a commit fbdb379
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "solana-accountsdb-plugin-kafka"
description = "Solana AccountsDb plugin for Kafka"
authors = ["Blockdaemon"]
version = "0.1.3+solana.1.9.11"
version = "0.1.3+solana.1.10.0"
edition = "2021"
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
prost = "0.9"
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
solana-accountsdb-plugin-interface = { version = "=1.9.11" }
solana-logger = { version = "=1.9.11" }
solana-program = { version = "=1.9.11" }
solana-accountsdb-plugin-interface = { version = "=1.10.0" }
solana-logger = { version = "=1.10.0" }
solana-program = { version = "=1.10.0" }
log = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.57.0
stable_version=1.59.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2021-12-03
nightly_version=2022-02-24
fi


Expand Down

0 comments on commit fbdb379

Please sign in to comment.