Skip to content

Commit 8f49c84

Browse files
committed
Merge #112: chore: bump version to 0.11.0
23485a9 ci: pin msrv dep version for security-framework-sys (Steve Myers) e2bd28b chore: bump version to 0.11.0 (Steve Myers) Pull request description: ACKs for top commit: LagginTimes: ACK 23485a9 ValuedMammal: ACK 23485a9 Tree-SHA512: 45e8538d8feb80c5afc983c2d67dcc0f32ebdf77cfda8c6ee2c0a121b2ca826fe68db9e69e2475ee5e611144ddda86b0963b96584b5e2c6d3de0bad548a3db38
2 parents fa5b611 + 23485a9 commit 8f49c84

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
cargo update -p tokio --precise "1.38.1"
6262
cargo update -p tokio-util --precise "0.7.11"
6363
cargo update -p indexmap --precise "2.5.0"
64+
cargo update -p security-framework-sys --precise "2.11.1"
6465
- name: Build
6566
run: cargo build --features ${{ matrix.features }} --no-default-features
6667
- name: Test

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esplora-client"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["Alekos Filini <[email protected]>"]
66
license = "MIT"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ cargo update -p url --precise "2.5.0"
2626
cargo update -p tokio --precise "1.38.1"
2727
cargo update -p tokio-util --precise "0.7.11"
2828
cargo update -p indexmap --precise "2.5.0"
29+
cargo update -p security-framework-sys --precise "2.11.1"
2930
```

0 commit comments

Comments
 (0)