Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ //! //! This library has the feature named `std` which is enabled by default. You //! may want to import this library as -//! `rust-fsm = { version = "0.5", default-features = false, features = ["dsl"] }` +//! `rust-fsm = { version = "0.6", 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`). //! |