Stable release

This commit is contained in:
asonix 2020-09-13 19:30:20 -05:00
parent ac516e2ec0
commit 15585288d7

View file

@ -1,7 +1,7 @@
[package]
name = "actix-webfinger"
description = "Types and helpers to create and fetch Webfinger resources"
version = "0.3.0-alpha.6"
version = "0.3.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/actix-webfinger"
@ -9,15 +9,13 @@ readme = "README.md"
edition = "2018"
[dependencies]
actix-http = "2.0.0-alpha.1"
actix-web = "3.0.0-alpha.1"
actix-web = { version = "3.0.1", default-features = false }
serde = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
[dev-dependencies]
actix = "0.10.0-alpha.1"
actix-rt = "1.0.0"
actix-web = { version = "3.0.0-alpha.1", features = ["openssl"] }
actix-rt = "1.1.1"
actix-web = { version = "3.0.1", features = ["openssl"] }
pretty_env_logger = "0.4"
serde_json = "1.0"