Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 18468b5

Browse files
committed
Update to Rust 1.51.0
1 parent 7a0e5aa commit 18468b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ exclude = [
2929
"themis/program_ristretto",
3030
"token/perf-monitor", # TODO: Rework perf-monitor to use solana-program-test, avoiding the need to link directly with the BPF VM
3131
]
32+
33+
[profile.dev]
34+
split-debuginfo = "unpacked"

ci/rust-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
if [[ -n $RUST_STABLE_VERSION ]]; then
1919
stable_version="$RUST_STABLE_VERSION"
2020
else
21-
stable_version=1.50.0
21+
stable_version=1.51.0
2222
fi
2323

2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
2525
nightly_version="$RUST_NIGHTLY_VERSION"
2626
else
27-
nightly_version=2021-02-18
27+
nightly_version=2021-04-18
2828
fi
2929

3030

0 commit comments

Comments
 (0)