Skip to content

Commit

Permalink
Increase rust version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed May 13, 2024
1 parent 9235fdf commit 49bf6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
MSRV: "1.63"
MSRV: "1.76"
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/n0-computer/quic-rpc"
description = "A streaming rpc system based on quic"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.65"
rust-version = "1.76"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 49bf6ec

Please sign in to comment.