Finite state machines in rust; bendns fork to add types.
rust_fsm: bump version
Yevhenii Babichenko 2019-05-22
parent 4e00755 · commit 32f9794
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb8863f..0232e7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ readme = "README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.2.0"
+version = "0.3.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"