Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'ensure_no_std/Cargo.toml')
-rw-r--r--ensure_no_std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ensure_no_std/Cargo.toml b/ensure_no_std/Cargo.toml
index 6db14fb..6cdcfc7 100644
--- a/ensure_no_std/Cargo.toml
+++ b/ensure_no_std/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Yevhenii Babichenko <[email protected]>"]
edition = "2018"
[dependencies]
-rust-fsm = { path = ".." }
+rust-fsm = { path = "..", default-features = false }