We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ada94 commit 2637c16Copy full SHA for 2637c16
.vscode/settings.json
@@ -4,6 +4,7 @@
4
"config",
5
"deps",
6
"devcontainer",
7
+ "msrv",
8
"packaging",
9
"rsjudge-amqp",
10
"rsjudge-grpc",
Cargo.toml
@@ -20,7 +20,7 @@ license = "Apache-2.0"
20
repository = "https://github.com/NJUPT-SAST/rsjudge"
21
22
# MSRV is set to N - 2, where N is the current stable version.
23
-rust-version = "1.77"
+rust-version = "1.78"
24
25
[workspace.dependencies]
26
log = "0.4.22"
0 commit comments