Skip to content

Commit 296c963

Browse files
committed
fix: enable cargo-workspace plugin and update internal deps to 0.7.0
1 parent 0cd1c72 commit 296c963

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"plugins": ["cargo-workspace"],
23
"packages": {
34
"state-machines": {
45
"release-type": "rust",

state-machines-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ proc-macro = true
1919
proc-macro2 = "1.0.103"
2020
quote = "1.0.42"
2121
syn = { version = "2.0.110", features = ["full"] }
22-
state-machines-core = { version = "0.6.0", path = "../state-machines-core" }
22+
state-machines-core = { version = "0.7.0", path = "../state-machines-core" }
2323

2424
[features]
2525
default = []

state-machines/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme = "README.md"
1414
include = ["src/**/*", "tests/**/*", "benches/**/*", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
1515

1616
[dependencies]
17-
state-machines-core = { version = "0.6.0", path = "../state-machines-core" }
18-
state-machines-macro = { version = "0.6.0", path = "../state-machines-macro" }
17+
state-machines-core = { version = "0.7.0", path = "../state-machines-core" }
18+
state-machines-macro = { version = "0.7.0", path = "../state-machines-macro" }
1919

2020
[dev-dependencies]
2121
pollster = "0.4"

0 commit comments

Comments
 (0)