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 6bda122 commit 1454279Copy full SHA for 1454279
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.15.0
+ vessel verify --version 0.16.0
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 = "fb27ef65c6e227963996fd11db33d016b28902cb"
+, version = "437a8d46e18ce3ddb42b33266991c52e637317ee"
, dependencies = [] : List Text
}
0 commit comments