Finite state machines in rust; bendns fork to add types.
rust_fsm_dsl: remove version wildcards
| -rw-r--r-- | rust_fsm_dsl/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml index cd189db..ca56390 100644 --- a/rust_fsm_dsl/Cargo.toml +++ b/rust_fsm_dsl/Cargo.toml @@ -18,5 +18,5 @@ travis-ci = { repository = "eugene-babichenko/rust-fsm" } proc-macro = true [dependencies] -syn = "*" -quote = "*" +syn = "0.15" +quote = "0.6" |