From e4970bc9e46dc102300daaf2ceeb8e9cfa22adc7 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 21 Jul 2022 17:46:18 +0200 Subject: [PATCH 1/3] chore: Release 0.11.1-beta.1 Signed-off-by: Marcin Nowak-Liebiediew --- 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 5fa2de6aa6..be93b585ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.11.1-beta.0" +version = "0.11.1-beta.1" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index e5a94282ab..7747580462 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -58,6 +58,7 @@ "0.10.0", "0.10.1", "0.11.0", - "0.11.1-beta.0" + "0.11.1-beta.0", + "0.11.1-beta.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 5d213fde11..646932ea6d 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.11.1-beta.0" +version = "0.11.1-beta.1" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" From a66bad9091f0af82d76ed65008775538f7e275d6 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 21 Jul 2022 18:29:25 +0200 Subject: [PATCH 2/3] github actions deprecated macos-10.15 --- .github/workflows/e2e.yml | 6 +++--- README.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 843c1c5914..2cb55a9373 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, macos-11, ubuntu-20.04] + os: [macos-11, ubuntu-20.04] rust: ["1.60.0"] binary_path: ["target/release"] steps: @@ -63,11 +63,11 @@ jobs: fail-fast: false matrix: backend: ["ic-ref", "replica"] - # macos-latest is currently macos-10.15, ubuntu-latest is currently ubuntu-20.04 + # macos-latest is currently macos-11, ubuntu-latest is currently ubuntu-20.04 # ubuntu-18.04 not supported due to: # /home/runner/.cache/dfinity/versions/0.8.3-34-g36e39809/ic-starter: # /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found - os: [macos-10.15, macos-11, ubuntu-20.04] + os: [macos-11, ubuntu-20.04] rust: ["1.60.0"] steps: - uses: actions/checkout@v1 diff --git a/README.adoc b/README.adoc index 6d4d13d304..404096ab12 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -= DFX +m= DFX == Getting Started From a8f3954b788a35d2aa98d925404c56df1310be34 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 21 Jul 2022 19:34:43 +0200 Subject: [PATCH 3/3] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 404096ab12..6d4d13d304 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -m= DFX += DFX == Getting Started