Bump to Rust 1.92 and update the crate.nix
This commit is contained in:
@@ -1,6 +1 @@
|
||||
{
|
||||
"git+https://github.com/yewstack/yew/#yew-macro@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf",
|
||||
"git+https://github.com/yewstack/yew/#yew-router-macro@0.18.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf",
|
||||
"git+https://github.com/yewstack/yew/#yew-router@0.18.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf",
|
||||
"git+https://github.com/yewstack/yew/#yew@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf"
|
||||
}
|
||||
{}
|
||||
@@ -1,3 +1,5 @@
|
||||
cargo-features = ["edition2024"]
|
||||
|
||||
[package]
|
||||
name = "scripts"
|
||||
version = "0.1.0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "1.86.0"
|
||||
channel = "1.92.0"
|
||||
targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", "thumbv6m-none-eabi" ]
|
||||
components = [ "cargo", "rustc", "rustfmt", "rust-analyzer", "clippy" ]
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
cargo-features = ["edition2024"]
|
||||
|
||||
[package]
|
||||
name = "visions-core"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user