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 8129905..6425e60 100644 --- a/rust-fsm-dsl/Cargo.toml +++ b/rust-fsm-dsl/Cargo.toml @@ -10,7 +10,7 @@ categories = ["data-structures", "rust-patterns"] keywords = ["fsm"] version = "0.6.2" authors = ["Yevhenii Babichenko"] -edition = "2018" +edition = "2021" [lib] proc-macro = true |