update toolchain

main
Elijah Voigt 1 week ago
parent 2b1e4b4c8f
commit 6e7ac3ce4e

@ -30,7 +30,7 @@ version = "0.4.1"
[dependencies.bevy]
version = "0.17.2"
features = ["wayland", "dynamic_linking"]
features = ["wayland", "dynamic_linking", "track_location"]
[dev-dependencies]
lipsum = "*"

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1755615617,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"lastModified": 1763678758,
"narHash": "sha256-+hBiJ+kG5IoffUOdlANKFflTT5nO3FrrR2CA3178Y5s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
"rev": "117cc7f94e8072499b0a7aa4c52084fa4e11cc9b",
"type": "github"
},
"original": {

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2025-07-16"
channel = "nightly-2025-11-21"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rustc-codegen-cranelift" ]
targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown" ]

Loading…
Cancel
Save