Move Rust code to evmc-sys

This commit is contained in:
Alex Beregszaszi 2019-03-13 13:47:05 +01:00
parent 58906e218b
commit c1445d88cb
7 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ serialize = {major}
search = EVMC_ABI_VERSION = {current_version} search = EVMC_ABI_VERSION = {current_version}
replace = EVMC_ABI_VERSION = {new_version} replace = EVMC_ABI_VERSION = {new_version}
[bumpversion:file:bindings/rust/Cargo.toml] [bumpversion:file:bindings/rust/evmc-sys/Cargo.toml]
search = version = \"{current_version}\" search = version = \"{current_version}\"

View File

@ -0,0 +1 @@
../../../include/evmc/evmc.h

View File

@ -1 +0,0 @@
../../include/evmc/evmc.h