File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vessel"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [" DFINITY Stiftung (https://github.com/orgs/dfinity/teams/languages)" ]
5
5
edition = " 2018"
6
6
description = " A package manager for the Motoko programming language."
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ The original package manager for the Motoko programming language.
5
5
## Getting started
6
6
7
7
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 `
9
9
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 `
11
11
2 . Rename vessel-linux64 to vessel eg: RUN ` mv vessel-linux64 vessel `
12
12
3 . Change permissions, ` chmod +x vessel `
13
13
2 . Run ` vessel init ` in your project root.
Original file line number Diff line number Diff line change 7
7
in ! ( lib . hasSuffix ".nix" name ) ;
8
8
vessel = rustPlatform . buildRustPackage rec {
9
9
pname = "vessel" ;
10
- version = "0.7.0 " ;
10
+ version = "0.7.1 " ;
11
11
buildInputs = [
12
12
openssl_3_0 openssl_3_0 . dev
13
13
] ++ pkgs . lib . optional pkgs . stdenv . isDarwin
17
17
filter = noNixFile ;
18
18
src = subpath ./. ;
19
19
} ;
20
- cargoHash = "sha256-qxEbXAmwNgcgxk62mH9NZWBiIMM/qr8Hu8/tAKvn/cI =" ;
20
+ cargoHash = "sha256-dZDh3NuZk96ES0li8Axn9nDjSgXXqraLDXZTGe+eQRE =" ;
21
21
verifyCargoDeps = true ;
22
22
} ;
23
23
in rec {
You can’t perform that action at this time.
0 commit comments