Finite state machines in rust; bendns fork to add types.
rust_fsm: add version for `rust-fsm-dsl` (required by `cargo package`)
Yevhenii Babichenko 2019-05-16
parent e14772b · commit fb5f037
-rw-r--r--rust_fsm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust_fsm/Cargo.toml b/rust_fsm/Cargo.toml
index d1f35ee..d581bbf 100644
--- a/rust_fsm/Cargo.toml
+++ b/rust_fsm/Cargo.toml
@@ -15,4 +15,4 @@ edition = "2018"
travis-ci = { repository = "eugene-babichenko/rust-fsm" }
[dev-dependencies]
-rust-fsm-dsl = { path = "../rust_fsm_dsl" }
+rust-fsm-dsl = { path = "../rust_fsm_dsl", version = "0.2.0" }