Skip to content

Commit

Permalink
Merge #112: chore: bump version to 0.11.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ValuedMammal committed Dec 4, 2024
2 parents fa5b611 + 23485a9 commit 8f49c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esplora-client"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 8f49c84

Please sign in to comment.