aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-17 23:43:24 +0200
committerJoris Guyonvarch2026-04-17 23:43:24 +0200
commitb35589eb90f2e5ee5521964e64eb578e9eb99032 (patch)
tree7ccfc7e0ef37c8d30a017c302fdd2f70d4bc1db5 /flake.nix
parent648d073e1b8f4838f147c0520024bd453921a25c (diff)
Upgrade dependencies
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index ecd5385..0ab79dc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,9 +20,10 @@
{
devShell = mkShell {
buildInputs = [
- rust-bin.stable."1.89.0".default
- cargo-watch
+ rust-bin.stable."1.95.0".default
cargo-edit
+ cargo-update
+ cargo-watch
lld
openssl
pkg-config