Skip to content

Commit d45bc0b

Browse files
elrond-wasm 0.10.1, elrond-codec 0.4.1, mandos 0.4.1
1 parent a11cfe5 commit d45bc0b

File tree

64 files changed

+160
-160
lines changed

Some content is hidden

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

64 files changed

+160
-160
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.0"
15+
version = "0.10.1"
1616
path = "../../../elrond-wasm"
1717

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

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

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.0"
28+
version = "0.10.1"
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.0"
24+
version = "0.10.1"
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.0"
15+
version = "0.10.1"
1616
path = "../../../elrond-wasm"
1717

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

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

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.0"
28+
version = "0.10.1"
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.0"
12+
version = "0.10.1"
1313
path = "../../../../elrond-wasm"
1414

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

contracts/examples/adder/debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ publish = false
99
path = ".."
1010

1111
[dependencies.elrond-wasm-debug]
12-
version = "0.10.0"
12+
version = "0.10.1"
1313
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.0"
24+
version = "0.10.1"
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.0"
15+
version = "0.10.1"
1616
path = "../../../elrond-wasm"
1717

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

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

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.10.0"
28+
version = "0.10.1"
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.0"
12+
version = "0.10.1"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.10.0"
16+
version = "0.10.1"
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.0"
24+
version = "0.10.1"
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.0"
18+
version = "0.10.1"
1919
path = "../../../elrond-wasm"
2020

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

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

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

0 commit comments

Comments
 (0)