summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-04 15:23:04 +0200
committerliv <shadows_withal@fastmail.com>2023-09-04 15:23:04 +0200
commit58cabf2ebd9092fecab3cfe75c16cad08591eeec (patch)
treeea9f0a68f49c40111202f68c5805ec407a507f56 /flake.nix
parentae28d2fa2de620d368d06d62065bbbacf115855d (diff)
release: 5.6.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 f65c290..94f4177 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.5.1";
+ version = "5.6.0";
buildInputs = cargoBuildInputs;
nativeBuildInputs = [pkgs.git];