Skip to content

Commit

Permalink
rust: Configure bumpversion for new crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang committed May 24, 2019
1 parent e588c62 commit 9c905e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ search = version = \"{current_version}\"
[bumpversion:file:bindings/rust/evmc-vm/Cargo.toml]
search = version = \"{current_version}\"

[bumpversion:file:bindings/rust/evmc-declare/Cargo.toml]
search = version = \"{current_version}\"

[bumpversion:file:bindings/rust/evmc-declare-tests/Cargo.toml]
search = version = \"{current_version}\"

[bumpversion:file:docs/EVMC.md]
serialize = {major}
search = ABI version {current_version}
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-declare-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmc-declare-tests"
version = "0.1.0"
version = "6.3.0-dev"
authors = ["Jake Lang <jak3lang@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-declare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmc-declare"
version = "0.1.0"
version = "6.3.0-dev"
authors = ["Jake Lang <jak3lang@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 9c905e8

Please sign in to comment.