Start work on 0.5.0
This commit is contained in:
parent
5fdd743a11
commit
c40e0e4c11
3 changed files with 3 additions and 3 deletions
|
@ -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" ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue