We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d057d6 commit 3313745Copy full SHA for 3313745
Makefile
@@ -9,4 +9,4 @@ check-format:
9
dhall type --file package-set.dhall;
10
@echo checked dhall files are well-typed.
11
ci: check-format
12
- vessel verify --version 0.14.11
+ vessel verify --version 0.14.12
index/base.dhall
@@ -5,6 +5,6 @@
5
, authors = [ "DFINITY Languages Team" ]
6
, owners = [ "dfinity" ]
7
, repo = "https://github.com/dfinity/motoko-base.git"
8
-, version = "9d8a64f5d528d0ddede3124a83de7d16d06f5b59"
+, version = "ed46a3f3c0492f05415d92e0a0c32e5c67e5f224"
, dependencies = [] : List Text
}
0 commit comments