Fix doc build in subproject

This commit is contained in:
2025-10-08 18:00:02 +08:00
parent 2701f990e4
commit 6ec138d90b
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "msg_tool_macro"
version = "0.2.1"
version = "0.2.9"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A procedural macro for the msg-tool project."

View File

@@ -1,4 +1,4 @@
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_auto_cfg))]
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_cfg))]
use proc_macro::TokenStream;
use syn::parse::discouraged::Speculative;
use syn::spanned::Spanned;