Update rust and remove unused header values (#4645)

* Update rust and remove unused header values

* Missed one unused var
This commit is contained in:
Daniel García
2024-06-16 22:05:17 +02:00
committed by GitHub
parent f05398a6b3
commit 377969ea67
5 changed files with 7 additions and 19 deletions

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"