Skip to content

Commit b5a65f2

Browse files
Release v0.7.1 (#84)
1 parent e06108a commit b5a65f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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 = "vessel"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["DFINITY Stiftung (https://github.com/orgs/dfinity/teams/languages)"]
55
edition = "2018"
66
description = "A package manager for the Motoko programming language."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ The original package manager for the Motoko programming language.
55
## Getting started
66

77
1. Download a copy of the `vessel` binary [from the release page](https://github.com/dfinity/vessel/releases) or build one yourself
8-
1. For Ubuntu in `$HOME/bin` RUN `wget https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-linux64`
8+
1. For Ubuntu in `$HOME/bin` RUN `wget https://github.com/dfinity/vessel/releases/download/v0.7.1/vessel-linux64`
99

10-
For macOS in `/usr/local/bin` RUN: `wget https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-macos`
10+
For macOS in `/usr/local/bin` RUN: `wget https://github.com/dfinity/vessel/releases/download/v0.7.1/vessel-macos`
1111
2. Rename vessel-linux64 to vessel eg: RUN `mv vessel-linux64 vessel`
1212
3. Change permissions, `chmod +x vessel`
1313
2. Run `vessel init` in your project root.

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
in !(lib.hasSuffix ".nix" name);
88
vessel = rustPlatform.buildRustPackage rec {
99
pname = "vessel";
10-
version = "0.7.0";
10+
version = "0.7.1";
1111
buildInputs = [
1212
openssl_3_0 openssl_3_0.dev
1313
] ++ pkgs.lib.optional pkgs.stdenv.isDarwin
@@ -17,7 +17,7 @@ let
1717
filter = noNixFile;
1818
src = subpath ./.;
1919
};
20-
cargoHash = "sha256-qxEbXAmwNgcgxk62mH9NZWBiIMM/qr8Hu8/tAKvn/cI=";
20+
cargoHash = "sha256-dZDh3NuZk96ES0li8Axn9nDjSgXXqraLDXZTGe+eQRE=";
2121
verifyCargoDeps = true;
2222
};
2323
in rec {

0 commit comments

Comments
 (0)