Finite state machines in rust; bendns fork to add types.
Bump version
Yevhenii Babichenko 2019-04-29
parent 0510df6 · commit 45d3d4c
-rw-r--r--rust_fsm/Cargo.toml2
-rw-r--r--rust_fsm_dsl/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rust_fsm/Cargo.toml b/rust_fsm/Cargo.toml
index 43beb40..d1f35ee 100644
--- a/rust_fsm/Cargo.toml
+++ b/rust_fsm/Cargo.toml
@@ -7,7 +7,7 @@ readme = "../README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.1.0"
+version = "0.2.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml
index 432536e..4a6fe72 100644
--- a/rust_fsm_dsl/Cargo.toml
+++ b/rust_fsm_dsl/Cargo.toml
@@ -7,7 +7,7 @@ readme = "../README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
-version = "0.1.0"
+version = "0.2.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"