Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed May 15, 2023
1 parent a4e0b98 commit 5fdd743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colmena"
version = "0.4.0-pre"
version = "0.4.0"
authors = ["Zhaofeng Li <hello@zhaofeng.li>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage rec {
pname = "colmena";
version = "0.4.0-pre";
version = "0.4.0";

src = lib.cleanSourceWith {
filter = name: type: !(type == "directory" && builtins.elem (baseNameOf name) [ "target" "manual" "integration-tests" ]);
Expand Down

0 comments on commit 5fdd743

Please sign in to comment.