Start work on 0.5.0

This commit is contained in:
Zhaofeng Li 2023-05-14 23:05:08 -06:00
parent 5fdd743a11
commit c40e0e4c11
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "colmena";
version = "0.4.0";
version = "0.5.0-pre";
src = lib.cleanSourceWith {
filter = name: type: !(type == "directory" && builtins.elem (baseNameOf name) [ "target" "manual" "integration-tests" ]);