-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version: 9.0.0-alpha.1 → 9.0.0
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[package] | ||
name = "evmc-declare-tests" | ||
version = "9.0.0-alpha.1" | ||
version = "9.0.0" | ||
authors = ["Jake Lang <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/ethereum/evmc" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[package] | ||
name = "evmc-declare" | ||
version = "9.0.0-alpha.1" | ||
version = "9.0.0" | ||
authors = ["Jake Lang <[email protected]>", "Alex Beregszaszi <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/ethereum/evmc" | ||
|
@@ -17,7 +17,7 @@ heck = "0.3.1" | |
proc-macro2 = "1.0" | ||
syn = { version = "1.0", features = ["full"] } | ||
# For documentation examples | ||
evmc-vm = { path = "../evmc-vm", version = "9.0.0-alpha.1" } | ||
evmc-vm = { path = "../evmc-vm", version = "9.0.0" } | ||
|
||
[lib] | ||
proc-macro = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[package] | ||
name = "evmc-sys" | ||
version = "9.0.0-alpha.1" | ||
version = "9.0.0" | ||
authors = ["Alex Beregszaszi <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/ethereum/evmc" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
|
||
[package] | ||
name = "evmc-vm" | ||
version = "9.0.0-alpha.1" | ||
version = "9.0.0" | ||
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/ethereum/evmc" | ||
description = "Bindings to EVMC (VM specific)" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
evmc-sys = { path = "../evmc-sys", version = "9.0.0-alpha.1" } | ||
evmc-sys = { path = "../evmc-sys", version = "9.0.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[package] | ||
name = "example-rust-vm" | ||
version = "9.0.0-alpha.1" | ||
version = "9.0.0" | ||
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters