We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4251265 commit f05e169Copy full SHA for f05e169
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trevm"
3
-version = "0.30.0"
+version = "0.30.1"
4
rust-version = "1.83.0"
5
edition = "2021"
6
authors = ["init4"]
src/lib.rs
@@ -361,7 +361,7 @@
361
html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
362
)]
363
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
364
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
365
#![deny(unused_must_use, rust_2018_idioms)]
366
#![warn(missing_docs, missing_copy_implementations, missing_debug_implementations)]
367
0 commit comments