diff --git a/Cargo.toml b/Cargo.toml index 4f0ed5b..ea60ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" readme = "README.md" [dependencies] -smlang-macros = { path = "macros", version = "0.7.0" } +smlang-macros = { path = "macros", version = "0.8.0" } [dev-dependencies] smol = "1" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index bb6dd1d..3900240 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,7 +6,7 @@ description = "Procedual macros for the smlang crate" keywords = ["dsl", "statemachine"] license = "MIT OR Apache-2.0" repository = "https://github.com/korken89/smlang-rs" -version = "0.7.0" +version = "0.8.0" edition = "2018" readme = "../README.md"