Skip to content

Commit 438fc47

Browse files
committed
prepare v0.1.3 release
1 parent 415d09a commit 438fc47

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.1.3 -- 2025-09-09
6+
7+
* update to `oneio` v0.20.0 with better control over rustls cryto providers
8+
59
## v0.1.2 -- 2025-09-09
610

711
### Highlights

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peeringdb-rs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Mingwei Zhang <[email protected]>"]
55
edition = "2024"
66
readme = "README.md"
@@ -19,4 +19,4 @@ anyhow = "1.0"
1919
dotenvy = "0.15"
2020
tracing = "0.1"
2121
chrono = { version = "0.4", features = ["serde"] }
22-
oneio = { version = "0.19.0", default-features = false, features = ["https"] }
22+
oneio = { version = "0.20.0", default-features = false, features = ["https"] }

0 commit comments

Comments
 (0)