Skip to content

Commit f87e49f

Browse files
elrond-wasm 0.14.1
1 parent 0270b4e commit f87e49f

File tree

111 files changed

+276
-276
lines changed

Some content is hidden

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

111 files changed

+276
-276
lines changed

contracts/benchmarks/send-tx-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.14.0"
15+
version = "0.14.1"
1616
path = "../../../elrond-wasm"
1717

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

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

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

contracts/benchmarks/send-tx-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.14.0"
24+
version = "0.14.1"
2525
path = "../../../../elrond-wasm-output"
2626
features = ["wasm-output-mode"]
2727

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

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

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

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

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

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

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.14.0"
28+
version = "0.14.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.14.0"
12+
version = "0.14.1"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.14.0"
16+
version = "0.14.1"
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.14.0"
24+
version = "0.14.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.14.0"
15+
version = "0.14.1"
1616
path = "../../../elrond-wasm"
1717

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

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

2727
[dev-dependencies.elrond-wasm-debug]
28-
version = "0.14.0"
28+
version = "0.14.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.14.0"
12+
version = "0.14.1"
1313
path = "../../../../elrond-wasm"
1414

1515
[dependencies.elrond-wasm-debug]
16-
version = "0.14.0"
16+
version = "0.14.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.14.0"
24+
version = "0.14.1"
2525
path = "../../../../elrond-wasm-output"
2626
features = ["wasm-output-mode"]
2727

0 commit comments

Comments
 (0)