Skip to content

Commit

Permalink
build(msrv): ⬆️ bump MSRV since Rust 1.80 is released
Browse files Browse the repository at this point in the history
Features from Rust 1.78 can be used now.

Notable features from [Rust 1.78](https://releases.rs/docs/1.78.0/):

- Concrete signature for AFIT (rust-lang/rust#120103)
- `impl Read for &Stdin`
  • Loading branch information
Jisu-Woniu committed Jul 26, 2024
1 parent 39ada94 commit 2637c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"config",
"deps",
"devcontainer",
"msrv",
"packaging",
"rsjudge-amqp",
"rsjudge-grpc",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "Apache-2.0"
repository = "https://github.com/NJUPT-SAST/rsjudge"

# MSRV is set to N - 2, where N is the current stable version.
rust-version = "1.77"
rust-version = "1.78"

[workspace.dependencies]
log = "0.4.22"
Expand Down

0 comments on commit 2637c16

Please sign in to comment.