From 53ff808cd9d09992f3b482bcaeed3dec97e036e5 Mon Sep 17 00:00:00 2001 From: Vivgor Date: Mon, 29 Jul 2024 13:43:04 +0800 Subject: [PATCH] chore: upgrade MRSV to 1.79 --- .github/workflows/rocksdb.yml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rocksdb.yml b/.github/workflows/rocksdb.yml index fd869e3..f7a841c 100644 --- a/.github/workflows/rocksdb.yml +++ b/.github/workflows/rocksdb.yml @@ -13,7 +13,7 @@ jobs: with: profile: minimal components: rustfmt, clippy - toolchain: 1.75.0 + toolchain: 1.79.0 - name: Install liburing run: sudo apt-get install liburing2 liburing-dev clang - name: Cargo fmt @@ -30,7 +30,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.75.0 + toolchain: 1.79.0 - name: Install liburing run: sudo apt-get install liburing2 liburing-dev clang libsnappy-dev - name: Cargo test diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 93c4cba..d5ce77e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] profile = "default" -channel = "1.75.0" +channel = "1.79.0"