summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 15c82b7..a670319 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.2.1";
+ version = "5.3.0";
src = with pkgs.lib; cleanSourceWith {
src = self;