Skip to content

Commit

Permalink
chore: upgrade MRSV to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
vivgor committed Jul 29, 2024
1 parent 3b8ac15 commit 53ff808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rocksdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.75.0"
channel = "1.79.0"

0 comments on commit 53ff808

Please sign in to comment.