Skip to content

Commit 5fdd743

Browse files
committed
Release 0.4.0
1 parent a4e0b98 commit 5fdd743

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colmena"
3-
version = "0.4.0-pre"
3+
version = "0.4.0"
44
authors = ["Zhaofeng Li <hello@zhaofeng.li>"]
55
edition = "2021"
66

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "colmena";
5-
version = "0.4.0-pre";
5+
version = "0.4.0";
66

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

0 commit comments

Comments
 (0)