Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'rust_fsm_dsl/Cargo.toml')
-rw-r--r--rust_fsm_dsl/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml
index 52201a1..4803017 100644
--- a/rust_fsm_dsl/Cargo.toml
+++ b/rust_fsm_dsl/Cargo.toml
@@ -8,7 +8,7 @@ readme = "../README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.5.0"
+version = "0.6.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"
@@ -16,5 +16,5 @@ edition = "2018"
proc-macro = true
[dependencies]
-syn = "0.15"
-quote = "0.6"
+syn = "1"
+quote = "1"