We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d1d46 commit 911dbd9Copy full SHA for 911dbd9
README.md
@@ -52,7 +52,7 @@ The 📖 [MSG-RS Book][book] contains detailed information on how to use the lib
52
53
## MSRV
54
55
-The minimum supported Rust version is 1.88 (see [rust-toolchain.toml](./rust-toolchain.toml)).
+The minimum supported Rust version is 1.89.0 (see [rust-toolchain.toml](./rust-toolchain.toml)).
56
57
## Contributions & Bug Reports
58
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.88.0"
+channel = "1.89.0"
3
components = ["rust-analyzer"]
0 commit comments