From f9b0cd4f855cd8c3801f524703d99c2e89c09afe Mon Sep 17 00:00:00 2001 From: Enzo Haussecker Date: Mon, 13 Jan 2020 14:28:38 -0800 Subject: [PATCH 1/3] Bump dfx version --- src/dfx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index f7b38ef5fe..2ac16857bc 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.11" +version = "0.4.12" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" From 8f21e31c5fb237d2e3ffb915067aaf50893a356b Mon Sep 17 00:00:00 2001 From: Enzo Haussecker Date: Mon, 13 Jan 2020 14:30:14 -0800 Subject: [PATCH 2/3] Update package manifest --- public/manifest.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index af4b6c89ea..550b6d2263 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,14 @@ { - "tags": { - "latest": "0.4.11" - }, - "versions": [ - "0.4.3", - "0.4.4", - "0.4.7", - "0.4.9", - "0.4.10", - "0.4.11" - ] + "tags": { + "latest": "0.4.11" + }, + "versions": [ + "0.4.3", + "0.4.4", + "0.4.7", + "0.4.9", + "0.4.10", + "0.4.11", + "0.4.12" + ] } From 115a2f12a3f1f9fa4654df5eeec94f451537f6af Mon Sep 17 00:00:00 2001 From: Enzo Haussecker Date: Mon, 13 Jan 2020 14:32:18 -0800 Subject: [PATCH 3/3] Bump version in lock file --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7659a5ae65..6bda73ac10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.11" +version = "0.4.12" 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)",