We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a7816 commit 5a00562Copy full SHA for 5a00562
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "solana-accountsdb-plugin-kafka"
3
authors = ["Blockdaemon"]
4
version = "0.1.0"
5
-edition = "2021"
+edition = "2018"
6
7
[lib]
8
crate-type = ["cdylib", "rlib"]
ci/rust-version.sh
@@ -23,13 +23,13 @@
23
if [[ -n $RUST_STABLE_VERSION ]]; then
24
stable_version="$RUST_STABLE_VERSION"
25
else
26
- stable_version=1.57.0
+ stable_version=1.52.1
27
fi
28
29
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
30
nightly_version="$RUST_NIGHTLY_VERSION"
31
32
- nightly_version=2021-06-09
+ nightly_version=2021-05-18
33
34
35
0 commit comments