Bump to Rust 1.92 and update the crate.nix

This commit is contained in:
2026-01-20 16:09:09 -05:00
parent 0e131e7b0b
commit 6b9e0df618
5 changed files with 3105 additions and 1365 deletions

4457
Cargo.nix

File diff suppressed because it is too large Load Diff

View File

@@ -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"
}
{}

View File

@@ -1,3 +1,5 @@
cargo-features = ["edition2024"]
[package]
name = "scripts"
version = "0.1.0"

View File

@@ -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" ]

View File

@@ -1,3 +1,5 @@
cargo-features = ["edition2024"]
[package]
name = "visions-core"
version = "0.1.0"