diff --git a/Cargo.lock b/Cargo.lock index 403adad15b..1986931777 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.5.0" +version = "0.5.1" 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 cf1cf19cea..204986d40e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,6 +10,7 @@ "0.4.10", "0.4.11", "0.4.13", - "0.5.0" + "0.5.0", + "0.5.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 4ee6194edf..c71731d7a5 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.5.0" +version = "0.5.1" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"