bump msrv to 1.63 (#5570)

* bump msrv to 1.63

* resolve new complex type clippy lints
This commit is contained in:
Pascal Kuthe 2023-02-09 03:24:31 +01:00 committed by GitHub
parent bd14f5a72c
commit e474779c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 28 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.61.0"
channel = "1.63.0"
components = ["rustfmt", "rust-src"]