Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ of state machines: This library has the feature named `std` which is enabled by default. You may want to import this library as -`rust-fsm = { version = "0.6", default-features = false, features = ["dsl"] }` +`rust-fsm = { version = "0.7", default-features = false, features = ["dsl"] }` to use it in a `no_std` environment. This only affects error types (the `Error` trait is only available in `std`). |