diff --git a/Cross.toml b/Cross.toml index ab60d10..ebf799f 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,2 @@ [target.x86_64-unknown-linux-gnu] image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5" - -[build] -xargo = false diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2b53692..f460ee5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.90.0" +channel = "1.92.0" profile = "default" components = ["rustfmt", "clippy"] \ No newline at end of file