uiua-unstable: 0.16.0-dev.2 -> 0.16.0-rc.1 (#407454)

This commit is contained in:
Felix Bargfeldt
2025-05-16 07:30:32 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
rec {
version = "0.16.0-dev.2";
version = "0.16.0-rc.1";
tag = version;
hash = "sha256-ZCyK6wqFRcKBGo1dgmN9pkvixkLev/STQg7HcrHfG0c=";
cargoHash = "sha256-zqhVwg9+iqjrK2cCGaT4QIN+6CUKZ5ecogA1Oqd8OqQ=";
hash = "sha256-c17CBFPBWe0UR+qwRMLCPGeaozVBq6aRv3haVDoIyyA=";
cargoHash = "sha256-8MulQU6SU1M/ITmPLtYa8SShXRsp7NTMhEZRXEgY5zw=";
updateScript = ./update-unstable.sh;
}