summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
committerliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
commit7f1754ecc5690f31db4aff38eef2bf30e2aec525 (patch)
treed8683f0104b5333b2da24d41fb06c5b0ba95271a /flake.nix
parente4971ec7b39e8e2ad97af5b11c7097826577de0d (diff)
release: 5.4.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 5d48580..5815a92 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.4.0";
+ version = "5.4.1";
buildInputs = cargoBuildInputs;