Skip to content

fix: v0.12.13 — docs.rs build fix#32

Merged
subinium merged 1 commit intomainfrom
hotfix/v0.12.13
Mar 18, 2026
Merged

fix: v0.12.13 — docs.rs build fix#32
subinium merged 1 commit intomainfrom
hotfix/v0.12.13

Conversation

@subinium
Copy link
Copy Markdown
Owner

Hotfix v0.12.13

Problem

docs.rs fails to build v0.12.11 and v0.12.12 because feature(doc_auto_cfg) was removed in rustc 1.92.0 and merged into doc_cfg (rust-lang/rust#138907).

Fix

#![cfg_attr(docsrs, feature(doc_auto_cfg))]#![cfg_attr(docsrs, feature(doc_cfg))]

Changes

  • src/lib.rs: one-line feature gate fix
  • Cargo.toml: version bump to 0.12.13
  • CHANGELOG.md: hotfix entry

@subinium subinium merged commit 9078f11 into main Mar 18, 2026
8 checks passed
@subinium subinium deleted the hotfix/v0.12.13 branch March 18, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant