summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-05-17 16:30:22 +0200
committerliv <shadows_withal@fastmail.com>2023-05-17 16:30:22 +0200
commitf452fd7bb0118d8e56848ec9e3f5e6e733be6316 (patch)
treec7524ca18011ae7e431cd649a5a06e47e543982f /flake.nix
parent9508e9791495f6e6f4c64b330a6cbba37241fafc (diff)
release: 5.5.0
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5815a92..c874919 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.4.1";
+ version = "5.5.0";
buildInputs = cargoBuildInputs;