mirror of https://github.com/status-im/evmc.git
Move Rust code to evmc-sys
This commit is contained in:
parent
58906e218b
commit
c1445d88cb
|
@ -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}\"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../../include/evmc/evmc.h
|
|
@ -1 +0,0 @@
|
||||||
../../include/evmc/evmc.h
|
|
Loading…
Reference in New Issue