Skip to content

Commit

Permalink
Bump version to 0.2.0 in every crate
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Oct 25, 2019
1 parent 2762e3e commit c311b35
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion blake2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-blake2"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion bls12pairing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-bls12pairing"
version = "0.1.1"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion ecadd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ecadd"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion ecmul/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ecmul"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion ecpairing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ecpairing"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion ecrecover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ecrecover"
version = "0.1.0"
version = "0.2.0"
authors = ["Guillaume Ballet <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion ed25519/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ed25519"
version = "0.0.1"
version = "0.2.0"
authors = ["Jared Wasinger <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-identity"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion keccak256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-keccak256"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
4 changes: 2 additions & 2 deletions modexp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ewasm-precompile-modexp"
version = "0.1.0"
version = "0.2.0"
authors = ["Guillaume Ballet <[email protected]>"]
license = "Apache-2.0"
repository = ""
repository = "https://github.com/ewasm/ewasm-precompiles"
description = "Ethereum modexp precompile in Rust"
publish = false
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion ripemd160/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-ripemd160"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion sha1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-sha1"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down
2 changes: 1 addition & 1 deletion sha256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewasm-precompile-sha256"
version = "0.1.2"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ewasm/ewasm-precompiles"
Expand Down

0 comments on commit c311b35

Please sign in to comment.