From 13fd6159665d30dabf9725ea3d173e6daed6721d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 10:32:01 +0600 Subject: [PATCH] actix-macros release --- actix-macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index f702d519..59af1a92 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-macros" -version = "0.1.0-alpha.1" +version = "0.1.0" authors = ["Nikolay Kim "] description = "Actix runtime macros" repository = "https://github.com/actix/actix-net" @@ -18,4 +18,4 @@ quote = "^1" syn = { version = "^1", features = ["full"] } [dev-dependencies] -actix-rt = { version = "1.0.0-alpha.1" } +actix-rt = { version = "1.0.0-alpha.3" }