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/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" 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