1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

actix-macros release

This commit is contained in:
Nikolay Kim 2019-12-11 10:32:01 +06:00
parent c094f84b85
commit 13fd615966

View File

@ -1,6 +1,6 @@
[package]
name = "actix-macros"
version = "0.1.0-alpha.1"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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" }