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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-fsm-dsl/Cargo.toml b/rust-fsm-dsl/Cargo.toml
index 1155858..82f3b9f 100644
--- a/rust-fsm-dsl/Cargo.toml
+++ b/rust-fsm-dsl/Cargo.toml
@@ -17,5 +17,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
-syn = "1"
+syn = "2"
quote = "1"