We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da11ffd + 01f165b commit f9a12bdCopy full SHA for f9a12bd
Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
11
readme = "README.md"
12
13
[dependencies]
14
-smlang-macros = { path = "macros", version = "0.7.0" }
+smlang-macros = { path = "macros", version = "0.8.0" }
15
16
[dev-dependencies]
17
smol = "1"
macros/Cargo.toml
@@ -6,7 +6,7 @@ description = "Procedual macros for the smlang crate"
6
keywords = ["dsl", "statemachine"]
7
license = "MIT OR Apache-2.0"
8
repository = "https://github.com/korken89/smlang-rs"
9
-version = "0.7.0"
+version = "0.8.0"
10
edition = "2018"
readme = "../README.md"
0 commit comments