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"