Bump MSRV to 1.67

`time 0.3.35` has MSRV 1.67, and is a required update in order to fix
breakage on Rust 1.80 and above.
This commit is contained in:
Jack Grigg
2024-07-30 05:05:09 +00:00
parent 4a44fb9025
commit c7e6fdf58a
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
channel = "1.67.0"
components = ["clippy", "rustfmt"]