Skip to content

Commit 3afab32

Browse files
authored
chore: update to dfx 0.8.5 (#132)
1 parent 85e31a4 commit 3afab32

File tree

32 files changed

+2424
-5902
lines changed

32 files changed

+2424
-5902
lines changed

.github/workflows/provision-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo installer -pkg node.pkg -store -target /
1717
rm node.pkg
1818

1919
# Install DFINITY SDK.
20-
version=0.8.4
20+
version=0.8.5
2121
curl --location --output install-dfx.sh "https://sdk.dfinity.org/install.sh"
2222
DFX_VERSION=$version bash install-dfx.sh < <(yes Y)
2323
rm install-dfx.sh

.github/workflows/provision-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo apt-get install --yes nodejs
1212
rm install-node.sh
1313

1414
# Install DFINITY SDK.
15-
version=0.8.4
15+
version=0.8.5
1616
wget --output-document install-dfx.sh "https://sdk.dfinity.org/install.sh"
1717
DFX_VERSION=$version bash install-dfx.sh < <(yes Y)
1818
rm install-dfx.sh

motoko/actor_reference/dfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 1,
3-
"dfx": "0.8.4",
3+
"dfx": "0.8.5",
44
"canisters": {
55
"actor_reference": {
66
"type": "motoko",

motoko/calc/dfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"main": "src/Main.mo"
55
}
66
},
7-
"dfx": "0.8.4"
7+
"dfx": "0.8.5"
88
}

motoko/cert-var/dfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"packtool": ""
2424
}
2525
},
26-
"dfx": "0.8.4",
26+
"dfx": "0.8.5",
2727
"networks": {
2828
"local": {
2929
"bind": "127.0.0.1:8000",

0 commit comments

Comments
 (0)