Skip to content

Commit 5740ceb

Browse files
committed
Merge #132: chore(release): bump version to 0.12.1
008ea5b fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1` (Leonardo Lima) a29eb5c fix(ci): pin `socket2` to `0.5.10` (Leonardo Lima) 5bdd0f2 chore(release): bump version to `0.12.1` (Leonardo Lima) Pull request description: fixes #131 - chore(release): bump the crate version to `0.12.1` - fix(ci): pin `socket2` to `0.5.10` - fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1` -- NOTE: - it's required to pin `socket2` to `0.5.10` in order to fix MSRV CI, the `0.6.0` is being pulled by `hyper-util 0.1.16`. - it's required to pin `webpki-roots` from `1.0.2` to `1.0.1` in order to fix MSRV CI, the `1.0.2` is being pulled by `webpki-roots 0.26.11` which is used by `reqwest`. ACKs for top commit: ValuedMammal: ACK 008ea5b notmandatory: ACK 008ea5b Tree-SHA512: 084e7eca9b2878c6b8e65884ae8b46897a0db9c9fa523d070fd119ab83ab9cb60e7dd7ee01e80abb7616708f23752e371dbbe350c18af38d0470672b90a27e5f
2 parents 482bc64 + 008ea5b commit 5740ceb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
cargo update -p parking_lot --precise "0.12.3"
6969
cargo update -p parking_lot_core --precise "0.9.10"
7070
cargo update -p lock_api --precise "0.4.12"
71+
cargo update -p [email protected] --precise "0.5.10"
72+
cargo update -p [email protected] --precise "1.0.1"
7173
7274
cargo update -p bzip2-sys --precise "0.1.12+1.0.8" # dev-dependency
7375
- name: Build

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esplora-client"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Alekos Filini <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ cargo update -p tracing-core --precise "0.1.33"
3333
cargo update -p parking_lot --precise "0.12.3"
3434
cargo update -p parking_lot_core --precise "0.9.10"
3535
cargo update -p lock_api --precise "0.4.12"
36+
cargo update -p [email protected] --precise "0.5.10"
37+
cargo update -p [email protected] --precise "1.0.1"
3638
```

0 commit comments

Comments
 (0)