From 81f34f2d1367c18f33f7c55dbf3eb4d292a49add Mon Sep 17 00:00:00 2001 From: 0xripleys <105607696+0xripleys@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:04:14 -0400 Subject: [PATCH] bump cargo version (#103) --- ci/rust-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rust-version.sh b/ci/rust-version.sh index 7f25c5243f4..6082bc7a698 100644 --- a/ci/rust-version.sh +++ b/ci/rust-version.sh @@ -18,7 +18,7 @@ if [[ -n $RUST_STABLE_VERSION ]]; then stable_version="$RUST_STABLE_VERSION" else - stable_version=1.58.1 + stable_version=1.63.0 fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then