diff --git a/Cargo.lock b/Cargo.lock index 1986931777..7c0cdfa91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.5.1" +version = "0.5.2" 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 204986d40e..74ca2237f6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,6 +11,6 @@ "0.4.11", "0.4.13", "0.5.0", - "0.5.1" + "0.5.2" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index c71731d7a5..5f197479c7 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.5.1" +version = "0.5.2" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"