aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8d6b45f..4331952 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,12 +21,13 @@
devShell = mkShell {
buildInputs = [
cargo-edit
+ cargo-update
cargo-watch
graphene
gtk4
pkg-config
rust-analyzer
- rust-bin.stable."1.84.0".default
+ rust-bin.stable."1.92.0".default
sqlite
];
};