Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d3622f2

Browse files
committed
chore(release): publish 0.9.0
1 parent 0a1eebb commit d3622f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sm"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Jean Mertz <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "💋 SM – a static State Machine library"
@@ -12,13 +12,13 @@ exclude = ["examples"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
sm_macro = { version = "0.8", path = "../sm_macro", optional = true }
15+
sm_macro = { version = "0.9", path = "../sm_macro", optional = true }
1616

1717
[dev-dependencies]
1818
compiletest_rs = { version = "0.3", features = [ "stable" ] }
1919
criterion = "0.2"
2020
rand = "0.5"
21-
sm_macro = { version = "0.8", path = "../sm_macro" }
21+
sm_macro = { version = "0.9", path = "../sm_macro" }
2222

2323
[features]
2424
macro = ["sm_macro"]

sm_macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sm_macro"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Jean Mertz <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "💋 SM – a static State Machine macro"
@@ -16,7 +16,7 @@ quote = "0.6"
1616
syn = "0.15"
1717

1818
[dev-dependencies]
19-
sm = { version = "0.8", path = "../sm" }
19+
sm = { version = "0.9", path = "../sm" }
2020

2121
[lib]
2222
proc-macro = true

0 commit comments

Comments
 (0)