Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'doc-example/Cargo.toml')
| -rw-r--r-- | doc-example/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-example/Cargo.toml b/doc-example/Cargo.toml index 85693d0..bc49037 100644 --- a/doc-example/Cargo.toml +++ b/doc-example/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -rust-fsm = { path = "../rust-fsm", version = "0.6.2", features = ["diagram"] } +rust-fsm = { path = "../rust-fsm", version = "0.7", features = ["diagram"] } |