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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml index 432536e..4a6fe72 100644 --- a/rust_fsm_dsl/Cargo.toml +++ b/rust_fsm_dsl/Cargo.toml @@ -7,7 +7,7 @@ readme = "../README.md" license = "MIT" categories = ["data-structures", "rust-patterns"] keywords = ["fsm"] -version = "0.1.0" +version = "0.2.0" authors = ["Yevhenii Babichenko"] edition = "2018" |