Skip to content

Commit 134eb65

Browse files
Merge pull request #95 from ElrondNetwork/publish-10-3
elrond-wasm 0.10.3
2 parents b981c45 + 4491c63 commit 134eb65

File tree

60 files changed

+153
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+153
-153
lines changed

contracts/benchmarks/str-repeat/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ path = "src/lib.rs"
1212
wasm-output-mode = ["elrond-wasm-node"]
1313

1414
[dependencies.elrond-wasm]
15-
version = "0.10.2"
15+
version = "0.10.3"
1616
path = "../../../elrond-wasm"
1717

1818
[dependencies.elrond-wasm-derive]
19-
version = "0.10.2"
19+
version = "0.10.3"
2020
path = "../../../elrond-wasm-derive"
2121

2222
[dependencies.elrond-wasm-node]
23-
version = "0.10.2"
23+
version = "0.10.3"
2424
path = "../../../elrond-wasm-node"
2525
optional = true
2626

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.2"
28+
version = "0.10.3"
2929
path = "../../../elrond-wasm-debug"

contracts/benchmarks/str-repeat/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["wasm-output-mode"]
2121
default-features = false
2222

2323
[dependencies.elrond-wasm-output]
24-
version = "0.10.2"
24+
version = "0.10.3"
2525
path = "../../../../elrond-wasm-output"
2626
features = ["wasm-output-mode"]
2727

contracts/examples/adder/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ path = "src/lib.rs"
1212
wasm-output-mode = ["elrond-wasm-node"]
1313

1414
[dependencies.elrond-wasm]
15-
version = "0.10.2"
15+
version = "0.10.3"
1616
path = "../../../elrond-wasm"
1717

1818
[dependencies.elrond-wasm-derive]
19-
version = "0.10.2"
19+
version = "0.10.3"
2020
path = "../../../elrond-wasm-derive"
2121

2222
[dependencies.elrond-wasm-node]
23-
version = "0.10.2"
23+
version = "0.10.3"
2424
path = "../../../elrond-wasm-node"
2525
optional = true
2626

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.2"
28+
version = "0.10.3"
2929
path = "../../../elrond-wasm-debug"

contracts/examples/adder/abi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
path = ".."
1010

1111
[dependencies.elrond-wasm]
12-
version = "0.10.2"
12+
version = "0.10.3"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.10.2"
16+
version = "0.10.3"
1717
path = "../../../../elrond-wasm-debug"

contracts/examples/adder/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["wasm-output-mode"]
2121
default-features = false
2222

2323
[dependencies.elrond-wasm-output]
24-
version = "0.10.2"
24+
version = "0.10.3"
2525
path = "../../../../elrond-wasm-output"
2626
features = ["wasm-output-mode"]
2727

contracts/examples/crowdfunding-egld/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ path = "src/lib.rs"
1212
wasm-output-mode = ["elrond-wasm-node"]
1313

1414
[dependencies.elrond-wasm]
15-
version = "0.10.2"
15+
version = "0.10.3"
1616
path = "../../../elrond-wasm"
1717

1818
[dependencies.elrond-wasm-derive]
19-
version = "0.10.2"
19+
version = "0.10.3"
2020
path = "../../../elrond-wasm-derive"
2121

2222
[dependencies.elrond-wasm-node]
23-
version = "0.10.2"
23+
version = "0.10.3"
2424
path = "../../../elrond-wasm-node"
2525
optional = true
2626

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.2"
28+
version = "0.10.3"
2929
path = "../../../elrond-wasm-debug"

contracts/examples/crowdfunding-egld/abi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
path = ".."
1010

1111
[dependencies.elrond-wasm]
12-
version = "0.10.2"
12+
version = "0.10.3"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.10.2"
16+
version = "0.10.3"
1717
path = "../../../../elrond-wasm-debug"

contracts/examples/crowdfunding-egld/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["wasm-output-mode"]
2121
default-features = false
2222

2323
[dependencies.elrond-wasm-output]
24-
version = "0.10.2"
24+
version = "0.10.3"
2525
path = "../../../../elrond-wasm-output"
2626
features = ["wasm-output-mode"]
2727

contracts/examples/crowdfunding-erc20/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ wasm-output-mode = ["elrond-wasm-node"]
1515
path = "../simple-erc20"
1616

1717
[dependencies.elrond-wasm]
18-
version = "0.10.2"
18+
version = "0.10.3"
1919
path = "../../../elrond-wasm"
2020

2121
[dependencies.elrond-wasm-derive]
22-
version = "0.10.2"
22+
version = "0.10.3"
2323
path = "../../../elrond-wasm-derive"
2424

2525
[dependencies.elrond-wasm-node]
26-
version = "0.10.2"
26+
version = "0.10.3"
2727
path = "../../../elrond-wasm-node"
2828
optional = true
2929

3030
[dev-dependencies.elrond-wasm-debug]
31-
version = "0.10.2"
31+
version = "0.10.3"
3232
path = "../../../elrond-wasm-debug"
3333

contracts/examples/crowdfunding-erc20/abi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
path = ".."
1010

1111
[dependencies.elrond-wasm]
12-
version = "0.10.2"
12+
version = "0.10.3"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.10.2"
16+
version = "0.10.3"
1717
path = "../../../../elrond-wasm-debug"

0 commit comments

Comments
 (0)