Skip to content

Commit f9a12bd

Browse files
authored
Merge pull request #86 from korken89/fix-release
The macro crate update was missing from the release
2 parents da11ffd + 01f165b commit f9a12bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
smlang-macros = { path = "macros", version = "0.7.0" }
14+
smlang-macros = { path = "macros", version = "0.8.0" }
1515

1616
[dev-dependencies]
1717
smol = "1"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Procedual macros for the smlang crate"
66
keywords = ["dsl", "statemachine"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/korken89/smlang-rs"
9-
version = "0.7.0"
9+
version = "0.8.0"
1010
edition = "2018"
1111
readme = "../README.md"
1212

0 commit comments

Comments
 (0)