ci(rust): check MSRV and upgrade toolchain (#1960)

* Upgrades our toolchain file to v1.83.0, since many dependencies now
have MSRV of 1.81.0
* Reverts Rust changes from #1946 that were working around this in a
dumb way
* Adding an MSRV check
* Reduce MSRV back to 1.78.0
This commit is contained in:
Will Jones
2024-12-19 08:43:25 -08:00
committed by GitHub
parent 25402ba6ec
commit 27ef0bb0a2
5 changed files with 44 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.0"
channel = "1.83.0"