Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87446c4..8e015da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
travis-ci = { repository = "eugene-babichenko/rust-fsm" }
[dependencies]
-rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.2.0" }
+rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.3.0" }
[workspace]
members = [".", "rust_fsm_dsl"]