From 64ee1b7fce6f201ae5b5d4bdc88de4f86729b58a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 21 Jun 2022 18:50:50 +0200 Subject: [PATCH] (cargo-release) version 0.6.4 (#51) * 0.6.4 is done * accept the new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0e3164..5b5c2b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1440,7 +1440,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vessel" -version = "0.6.4-alpha.1" +version = "0.6.4" dependencies = [ "anyhow", "dhall", diff --git a/Cargo.toml b/Cargo.toml index 487841e..695de9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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." diff --git a/default.nix b/default.nix index c30272d..93ebfe6 100644 --- a/default.nix +++ b/default.nix @@ -14,7 +14,7 @@ let filter = noNixFile; src = subpath ./.; }; - cargoSha256 = "sha256-Koua4ulmpXo+gPbJt5OQc6+0KLjBLBk9RPM5DJW83Fg"; + cargoSha256 = "sha256-04ZGmnM/823uRD89clNPI9Ggh4WxHWs/pLGiOmumeVw"; verifyCargoDeps = true; }; in rec {