Skip to content

Commit f8b01c1

Browse files
authored
Merge pull request #65 from ewasm/api-0.9
Update to ewasm-api 0.9
2 parents 797c209 + 3c15b3a commit f8b01c1

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

blake2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111
[dependencies]
1212
blake2 = "0.7"
13-
ewasm_api = "0.8"
13+
ewasm_api = "0.9"
1414

1515
[lib]
1616
crate-type = ["cdylib"]

bls12pairing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
ethereum-bls12 = { git = "https://github.com/ewasm/ethereum-bls12.rs", tag = "0.1.1" }
1414
parity-bytes = { git = "https://github.com/paritytech/parity-common", version = "0.1.0" }
1515

ecadd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.0.1" }
1414
parity-bytes = { git = "https://github.com/paritytech/parity-common", version = "0.1.0" }
1515

ecmul/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.0.1" }
1414
parity-bytes = { git = "https://github.com/paritytech/parity-common", version = "0.1.0" }
1515

ecpairing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.0.1" }
1414
parity-bytes = { git = "https://github.com/paritytech/parity-common", version = "0.1.0" }
1515

ecrecover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
libsecp256k1 = "^0.2.1"
1414
sha3 = "^0.6"
1515

ed25519/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
parity-bytes = { git = "https://github.com/paritytech/parity-common", version = "0.1.0" }
1414
hex = "0.3.1"
1515
sha2 = "0.7.1"

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313

1414
[lib]
1515
crate-type = ["cdylib"]

keccak256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
sha3 = "^0.6"
1414

1515
[lib]

modexp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
edition = "2018"
1010

1111
[dependencies]
12-
ewasm_api = "0.8"
12+
ewasm_api = "0.9"
1313
num = { version = "0.1.36", default-features = false }
1414
num-bigint = { version = "0.1.36", default-features = false }
1515

0 commit comments

Comments
 (0)