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 87c4dcc..9831a38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,12 +8,12 @@ readme = "README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.3.0"
+version = "0.4.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"
[dependencies]
-rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.3.0" }
+rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.4.0" }
[profile.dev]
panic = "abort"