chore: adopt Rust 2024
This commit is contained in:
parent
0657a55b3d
commit
085893c2ef
|
@ -5,7 +5,7 @@
|
||||||
name = "sysroot-cleaner"
|
name = "sysroot-cleaner"
|
||||||
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
|
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license = "EUPL-1.2"
|
license = "EUPL-1.2"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.84"
|
channel = "1.85"
|
||||||
profile = "default"
|
profile = "default"
|
||||||
components = ["rustfmt"]
|
components = ["rustfmt"]
|
||||||
|
|
Loading…
Reference in New Issue