Skip to content

Commit

Permalink
rust 1.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed Feb 10, 2022
1 parent 29a7816 commit 5a00562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "solana-accountsdb-plugin-kafka"
authors = ["Blockdaemon"]
version = "0.1.0"
edition = "2021"
edition = "2018"

[lib]
crate-type = ["cdylib", "rlib"]
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.52.1
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2021-06-09
nightly_version=2021-05-18
fi


Expand Down

0 comments on commit 5a00562

Please sign in to comment.