From 4d0ba9cc5de564c8c7106bbd8d8da1296f7f67b6 Mon Sep 17 00:00:00 2001 From: fh Date: Mon, 24 Jul 2023 11:15:13 +0800 Subject: [PATCH] tuning crates-io doc --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b50184e..118be94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruc" -version = "5.0.12" +version = "5.0.13" authors = ["rust-util-collections", "hui.fan@mail.ru"] edition = "2021" description = "Rust Util Collections" @@ -10,6 +10,9 @@ license = "MIT" homepage = "https://github.com/rust-util-collections/ruc" repository = "https://github.com/rust-util-collections/ruc.git" +[package.metadata.docs.rs] +features = ["full"] + [dependencies] once_cell = "1.18"