From d6a5a1594dbfb54491e4b139cec4d0b8fca9da79 Mon Sep 17 00:00:00 2001 From: myyrakle Date: Wed, 28 Aug 2024 02:57:13 +0900 Subject: [PATCH] v0.8.1 --- README.md | 2 +- rupring/Cargo.toml | 2 +- rupring/src/lib.rs | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 671f8a5..d9c7219 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rupring -![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.8.0-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE) +![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.8.1-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE) spring on rust diff --git a/rupring/Cargo.toml b/rupring/Cargo.toml index dc90d10..6573b76 100644 --- a/rupring/Cargo.toml +++ b/rupring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rupring" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "MIT" authors = ["myyrakle "] diff --git a/rupring/src/lib.rs b/rupring/src/lib.rs index 47a482e..bd1d701 100644 --- a/rupring/src/lib.rs +++ b/rupring/src/lib.rs @@ -667,6 +667,8 @@ impl RupringFactory { } } +pub use rupring_macro::RupringDoc; + #[cfg(test)] mod test_proc_macro;