Skip to content

Commit

Permalink
tuning crates-io doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmlm committed Jul 24, 2023
1 parent d38e6e8 commit 4d0ba9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 4d0ba9c

Please sign in to comment.