Skip to content

Commit 5a00562

Browse files
author
Richard Patel
committed
rust 1.52.1
1 parent 29a7816 commit 5a00562

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-accountsdb-plugin-kafka"
33
authors = ["Blockdaemon"]
44
version = "0.1.0"
5-
edition = "2021"
5+
edition = "2018"
66

77
[lib]
88
crate-type = ["cdylib", "rlib"]

ci/rust-version.sh

+2-2
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.52.1
2727
fi
2828

2929
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030
nightly_version="$RUST_NIGHTLY_VERSION"
3131
else
32-
nightly_version=2021-06-09
32+
nightly_version=2021-05-18
3333
fi
3434

3535

0 commit comments

Comments
 (0)