Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e4c205c..7d37656 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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`).
//!