Skip to content

Commit 06693b5

Browse files
chore: update Motoko version to 1.3.0 (#4512)
* chore: update Motoko version to 1.3.0 * Update CHANGELOG.md --------- Co-authored-by: ggreif <[email protected]> Co-authored-by: Gabor Greif <[email protected]>
1 parent 1ea80b5 commit 06693b5

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Fixed incorrect commands `dfx sns config create` and `dfx sns config validate` i
1010

1111
### fix: Failure to query an asset canister's API version no longer gets misinterpreted as the canister being outdated
1212

13+
## Dependencies
14+
1315
### Motoko
1416

15-
Updated Motoko to [1.2.0](https://github.com/dfinity/motoko/releases/tag/1.2.0)
17+
Updated Motoko to [1.3.0](https://github.com/dfinity/motoko/releases/tag/1.3.0)
1618

1719
### Replica
1820

src/dfx/assets/dfx-asset-sources.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"replica-rev": "142182f2ec4d916fa32e32da59239c4eb0c87bd3",
33
"x86_64-darwin": {
44
"motoko": {
5-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-Darwin-x86_64-1.2.0.tar.gz",
6-
"sha256": "9445c67755bfd040649a0beef77d6adb9e887d81a2a661dd6225c01e7476caa3",
7-
"version": "1.2.0"
5+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-Darwin-x86_64-1.3.0.tar.gz",
6+
"sha256": "9ff678b28d596f466909878ad11bc44324b8e13d342f93c4387a0a7ddb69c6e0",
7+
"version": "1.3.0"
88
},
99
"pocket-ic": {
1010
"url": "https://download.dfinity.systems/ic/142182f2ec4d916fa32e32da59239c4eb0c87bd3/binaries/x86_64-darwin/pocket-ic.gz",
@@ -14,9 +14,9 @@
1414
},
1515
"arm64-darwin": {
1616
"motoko": {
17-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-Darwin-arm64-1.2.0.tar.gz",
18-
"sha256": "8116d50fd7c99758dcaaea462124e920bdd87f98eedc928723c1297163f7cb12",
19-
"version": "1.2.0"
17+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-Darwin-arm64-1.3.0.tar.gz",
18+
"sha256": "42839e570386868ba0c37c58cee8c1a180df3f1282256c523969b8e36e53526b",
19+
"version": "1.3.0"
2020
},
2121
"pocket-ic": {
2222
"url": "https://download.dfinity.systems/ic/142182f2ec4d916fa32e32da59239c4eb0c87bd3/binaries/arm64-darwin/pocket-ic.gz",
@@ -26,9 +26,9 @@
2626
},
2727
"x86_64-linux": {
2828
"motoko": {
29-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-Linux-x86_64-1.2.0.tar.gz",
30-
"sha256": "2cc99ce2e965da6c4e139d79d622fd66599e8aa2bb58449e04d110b987163255",
31-
"version": "1.2.0"
29+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-Linux-x86_64-1.3.0.tar.gz",
30+
"sha256": "9431730367fbbdf05843bc1802c92ce0ea6fe557856ac50b1279e15339d8eff5",
31+
"version": "1.3.0"
3232
},
3333
"pocket-ic": {
3434
"url": "https://download.dfinity.systems/ic/142182f2ec4d916fa32e32da59239c4eb0c87bd3/binaries/x86_64-linux/pocket-ic.gz",
@@ -38,9 +38,9 @@
3838
},
3939
"arm64-linux": {
4040
"motoko": {
41-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-Linux-aarch64-1.2.0.tar.gz",
42-
"sha256": "f3d8dd8ebc32042f4f6c9098fbf2fb0c92ede200cccccc993ee611305b4449fd",
43-
"version": "1.2.0"
41+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-Linux-aarch64-1.3.0.tar.gz",
42+
"sha256": "8b44348fe1680ca5be0d2d572800585ceecb9fd349b5f4bb74ef06f665f81573",
43+
"version": "1.3.0"
4444
},
4545
"pocket-ic": {
4646
"url": "https://download.dfinity.systems/ic/142182f2ec4d916fa32e32da59239c4eb0c87bd3/binaries/arm64-linux/pocket-ic.gz",
@@ -50,14 +50,14 @@
5050
},
5151
"common": {
5252
"motoko-base": {
53-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-base-library.tar.gz",
53+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-base-library.tar.gz",
5454
"sha256": "9328396878dc409584c4ce824d662bfcc45a07615c953d2e54300a1ffdf272b7",
55-
"version": "1.2.0"
55+
"version": "1.3.0"
5656
},
5757
"motoko-core": {
58-
"url": "https://github.com/dfinity/motoko/releases/download/1.2.0/motoko-core.tar.gz",
58+
"url": "https://github.com/dfinity/motoko/releases/download/1.3.0/motoko-core.tar.gz",
5959
"sha256": "44665492f39ad5cbe41fa976c332554135507e183f5cf6fcc532547972ed6131",
60-
"version": "1.2.0"
60+
"version": "1.3.0"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)