Skip to content

Commit

Permalink
(cargo-release) version 0.6.4 (#51)
Browse files Browse the repository at this point in the history
* 0.6.4 is done
* accept the new version
  • Loading branch information
ggreif committed Jun 21, 2022
1 parent ecd3580 commit 64ee1b7
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 = "vessel"
version = "0.6.4-alpha.1"
version = "0.6.4"
authors = ["DFINITY Stiftung (https://github.com/orgs/dfinity/teams/languages)"]
edition = "2018"
description = "A package manager for the Motoko programming language."
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
filter = noNixFile;
src = subpath ./.;
};
cargoSha256 = "sha256-Koua4ulmpXo+gPbJt5OQc6+0KLjBLBk9RPM5DJW83Fg";
cargoSha256 = "sha256-04ZGmnM/823uRD89clNPI9Ggh4WxHWs/pLGiOmumeVw";
verifyCargoDeps = true;
};
in rec {
Expand Down

0 comments on commit 64ee1b7

Please sign in to comment.