From 167f08d9d4ca392f5e22411a8a90c10e88f796fc Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Mon, 17 Jun 2019 21:59:22 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dcb858..d172db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safe" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["Michael Bryan ", "Mazdak Farrokhzad "] edition = "2018" description = "A `#[safe]` attribute for explaining why `unsafe { ... }` is OK."