Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8bfce93..93e668c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ readme = "README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.4.0"
+version = "0.5.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"
@@ -18,7 +18,7 @@ std = []
dsl = ["rust-fsm-dsl"]
[dependencies]
-rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.4.0", optional = true }
+rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.5.0", optional = true }
[profile.dev]
panic = "abort"