From d15e163163f258fcd8fa508e53294fd1203266bb Mon Sep 17 00:00:00 2001 From: Matthieu Le brazidec Date: Wed, 13 Nov 2019 16:13:25 +0100 Subject: [PATCH] (cargo-release) version 0.3.0 --- bastion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index c2847c14..873d434d 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion" -version = "0.3.0-alpha.1" +version = "0.3.0" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]