diff --git a/Cargo.lock b/Cargo.lock index 21e5df9bd4..5115c683b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.7.6" +version = "0.7.7" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index f70d3f636a..80f6ba9580 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -48,8 +48,6 @@ "0.7.0", "0.7.1", "0.7.2", - "0.7.4", - "0.7.5", - "0.7.6" + "0.7.7" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 379e86e507..142999fea0 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.7.6" +version = "0.7.7" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"