Skip to content

Commit

Permalink
Merge pull request #86 from korken89/fix-release
Browse files Browse the repository at this point in the history
The macro crate update was missing from the release
  • Loading branch information
korken89 authored Aug 9, 2024
2 parents da11ffd + 01f165b commit f9a12bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f9a12bd

Please sign in to comment.