Use actix 0.10.0-alpha.2

This commit is contained in:
Robert 2020-03-25 17:33:46 +00:00
parent 96c8302f14
commit cf0d394dea
3 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ Summary: Update agent for Fedora CoreOS
License: ASL 2.0
URL: https://crates.io/crates/zincati
Source: %{crates_source}
# Update actix from ^0.9 to 0.10.0-alpha.1
# Update actix from ^0.9 to 0.10.0-alpha.2
Patch0000: zincati-fix-metadata.diff
# Update for actix 0.10.0-alpha.1 API
Patch0001: 0001-Update-agent-update-to-actix-0.10.0-alpha.1-API.patch
# Update for actix 0.10.0-alpha.2 API
Patch0001: 0001-Update-agent-update-to-actix-0.10.0-alpha.2-API.patch
ExclusiveArch: %{rust_arches}

View File

@ -1,11 +1,11 @@
--- zincati-0.0.9/Cargo.toml 2020-03-10T17:44:04+00:00
+++ zincati-0.0.9/Cargo.toml 2020-03-24T21:58:59.464293+00:00
+++ zincati-0.0.9/Cargo.toml 2020-03-25T17:28:25.403345+00:00
@@ -29,7 +29,7 @@
[profile.release]
lto = true
[dependencies.actix]
-version = "^0.9"
+version = "0.10.0-alpha.1"
+version = "0.10.0-alpha.2"
[dependencies.cfg-if]
version = "^0.1"