From 9147e746525da4bf434f483ad368cb5e29ff5e00 Mon Sep 17 00:00:00 2001 From: eftychis Date: Mon, 3 Feb 2020 08:37:38 -0800 Subject: [PATCH] Update cargo to 0.5.0 --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99fd04b7af..cdfff816b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.13" +version = "0.5.0" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-cors 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/public/manifest.json b/public/manifest.json index 9085d5c88e..ea5327ecf0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -9,6 +9,7 @@ "0.4.9", "0.4.10", "0.4.11", - "0.4.13" + "0.4.13", + "0.5.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 7391795b37..b129e46560 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.13" +version = "0.5.0" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"