diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c700e6ad8..5488239598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # UNRELEASED +## Dependencies + +### Motoko + +Updated Motoko to [1.0.0](https://github.com/dfinity/motoko/releases/tag/1.0.0) + # 0.30.2 ### Improve frontend canister sync logic diff --git a/src/dfx/assets/dfx-asset-sources.json b/src/dfx/assets/dfx-asset-sources.json index 361afb900e..f9eb4333ba 100644 --- a/src/dfx/assets/dfx-asset-sources.json +++ b/src/dfx/assets/dfx-asset-sources.json @@ -2,9 +2,9 @@ "replica-rev": "724ae4101bfdd8d4443126a6a8b1ec5ca9b68a12", "x86_64-darwin": { "motoko": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-Darwin-x86_64-0.16.3.tar.gz", - "sha256": "08ad7dfc10e25f2a66886534aedee2f561e1c9651800b6bd6c7eb8a9336aed37", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-Darwin-x86_64-1.0.0.tar.gz", + "sha256": "da3a5175da6724b3c1b6321209c6da60591e1995420f380e8ed045efb85c0df8", + "version": "1.0.0" }, "pocket-ic": { "url": "https://download.dfinity.systems/ic/724ae4101bfdd8d4443126a6a8b1ec5ca9b68a12/binaries/x86_64-darwin/pocket-ic.gz", @@ -14,9 +14,9 @@ }, "arm64-darwin": { "motoko": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-Darwin-arm64-0.16.3.tar.gz", - "sha256": "eea0788b90401c8575477cb0ea70a75eee32ca5c83cbe5e4cd0a7ab25941a821", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-Darwin-arm64-1.0.0.tar.gz", + "sha256": "d3c9318f65fe04970fdff78a4ff9272ad021165919a43ec8b0c4c15761334a3a", + "version": "1.0.0" }, "pocket-ic": { "url": "https://download.dfinity.systems/ic/724ae4101bfdd8d4443126a6a8b1ec5ca9b68a12/binaries/arm64-darwin/pocket-ic.gz", @@ -26,9 +26,9 @@ }, "x86_64-linux": { "motoko": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-Linux-x86_64-0.16.3.tar.gz", - "sha256": "2173d702c3bd63eca0f0ae8bf5e32066c8c37ddaccc915659dc374e7e4a81a05", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-Linux-x86_64-1.0.0.tar.gz", + "sha256": "c0fe18ac562a9f2c5411f4e101dae469e4c61d5242b25303d3e13d5f8edd9b41", + "version": "1.0.0" }, "pocket-ic": { "url": "https://download.dfinity.systems/ic/724ae4101bfdd8d4443126a6a8b1ec5ca9b68a12/binaries/x86_64-linux/pocket-ic.gz", @@ -38,9 +38,9 @@ }, "arm64-linux": { "motoko": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-Linux-aarch64-0.16.3.tar.gz", - "sha256": "51995cdf0c085bce9cada4078cf02622d8e0a7eb841079dba19668425729da78", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-Linux-aarch64-1.0.0.tar.gz", + "sha256": "c167757f7cc14ff236e24243f00455c3d0a22c10ab83978e7c11d1f363489dbc", + "version": "1.0.0" }, "pocket-ic": { "url": "https://download.dfinity.systems/ic/724ae4101bfdd8d4443126a6a8b1ec5ca9b68a12/binaries/arm64-linux/pocket-ic.gz", @@ -50,14 +50,14 @@ }, "common": { "motoko-base": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-base-library.tar.gz", - "sha256": "93230238de4bb06d680950caadc71429a4a50517c07d8434d20ff2ab615efce9", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-base-library.tar.gz", + "sha256": "9328396878dc409584c4ce824d662bfcc45a07615c953d2e54300a1ffdf272b7", + "version": "1.0.0" }, "motoko-core": { - "url": "https://github.com/dfinity/motoko/releases/download/0.16.3/motoko-core.tar.gz", - "sha256": "c99255bb0a5795157708f939e48742d80309c2df01736771db1980b8c18bd4ad", - "version": "0.16.3" + "url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-core.tar.gz", + "sha256": "56ba2f36ff2984e379e88f8ee3ad73a01536cf85a85b9d98805895cac63714a4", + "version": "1.0.0" } } }