Skip to content

Commit 2637c16

Browse files
committed
build(msrv): ⬆️ bump MSRV since Rust 1.80 is released
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`
1 parent 39ada94 commit 2637c16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"config",
55
"deps",
66
"devcontainer",
7+
"msrv",
78
"packaging",
89
"rsjudge-amqp",
910
"rsjudge-grpc",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "Apache-2.0"
2020
repository = "https://github.com/NJUPT-SAST/rsjudge"
2121

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

2525
[workspace.dependencies]
2626
log = "0.4.22"

0 commit comments

Comments
 (0)