summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-05-17 21:05:51 +0200
committerliv <shadows_withal@fastmail.com>2023-05-17 21:05:51 +0200
commitf2de12aa3443af2e989a045d9035294184d36eee (patch)
treed5d75d9ad5131df9a5d3106f76843126b83a0d43 /flake.nix
parent2d544f18b53102a11bc80be4e986c7f52f5262de (diff)
release: 5.5.1
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 c874919..5dbca5c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.5.0";
+ version = "5.5.1";
buildInputs = cargoBuildInputs;