Skip to content

Commit f05e169

Browse files
authored
chore(docs): remove doc_auto_cfg (#130)
This is causing the docs build to fail for the latest trevm.
1 parent 4251265 commit f05e169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trevm"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
rust-version = "1.83.0"
55
edition = "2021"
66
authors = ["init4"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
362362
)]
363363
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
364-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
364+
#![cfg_attr(docsrs, feature(doc_cfg))]
365365
#![deny(unused_must_use, rust_2018_idioms)]
366366
#![warn(missing_docs, missing_copy_implementations, missing_debug_implementations)]
367367

0 commit comments

Comments
 (0)