Skip to content

Commit e48eb68

Browse files
committed
Merge #198: Release tracking PR: hex-conservative 1.0.1
c283c4f remove doc_auto_cfg and release hex-conservative 1.0.1 (Andrew Poelstra) Pull request description: :/ ACKs for top commit: tcharding: ACK c283c4f Tree-SHA512: 591be23e4f428531000686385fe207cca020b8b821c0d2d273c7f4885c0d928ef414dc0b41404b6cd5e793e4b680d707d49c831ef0181b69ba89ca0df050132e
2 parents ad3db8f + c283c4f commit e48eb68

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.1 - 2025-12-02
2+
3+
- Remove `doc_auto_cfg`
4+
15
# 1.0.0 - 2025-07-11
26

37
- Removed niche reexports from root

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "hex-conservative"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
dependencies = [
99
"if_rust_version",
1010
]

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "hex-conservative"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
dependencies = [
99
"if_rust_version",
1010
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hex-conservative"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>", "Andrew Poelstra <apoelstra@wpsoftware.net>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/hex-conservative"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#![no_std]
4040
// Experimental features we need.
4141
#![cfg_attr(docsrs, feature(doc_cfg))]
42-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4342
// Coding conventions
4443
#![warn(missing_docs)]
4544

0 commit comments

Comments
 (0)