From 15585288d7c3d00f6ea231a340d9a11df881336d Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 13 Sep 2020 19:30:20 -0500 Subject: [PATCH] Stable release --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e871b98..24c3a08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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"