From 568a6e1add248747fbe1df155711e7f6375659c0 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 31 Mar 2020 13:56:57 -0700 Subject: [PATCH] chore: create the 0.5.5 release (#541) --- 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 8348704dfc..39774eec95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.5.4" +version = "0.5.5" 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 4b1e60bd3c..22f829ea27 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -13,6 +13,7 @@ "0.5.0", "0.5.2", "0.5.3", - "0.5.4" + "0.5.4", + "0.5.5" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index cb925693c0..570193d4de 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.5.4" +version = "0.5.5" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"