From e2bd28b86f8cf0585f8eb0fb9d5f65024abbc369 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 21 Nov 2024 20:41:07 -0600 Subject: [PATCH 1/2] chore: bump version to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9e0f49..e51f692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esplora-client" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["Alekos Filini "] license = "MIT" From 23485a95e07c1ba8044634117366f6f7ca29fdf8 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 25 Nov 2024 20:59:01 -0800 Subject: [PATCH 2/2] ci: pin msrv dep version for security-framework-sys --- .github/workflows/cont_integration.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 33ad2f2..e8bcf9c 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -61,6 +61,7 @@ jobs: cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" + cargo update -p security-framework-sys --precise "2.11.1" - name: Build run: cargo build --features ${{ matrix.features }} --no-default-features - name: Test diff --git a/README.md b/README.md index 76eb738..92a924a 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,5 @@ cargo update -p url --precise "2.5.0" cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" +cargo update -p security-framework-sys --precise "2.11.1" ``` \ No newline at end of file