Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f826dc6..9504919 100644
--- a/README.md
+++ b/README.md
@@ -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`).