Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "idbag" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "0BSD" categories = [ "data-structures" ] keywords = [ "bag", "identifier" ] repository = "https://repos.qrnch.tech/pub/idbag" @@ -21,5 +21,8 @@ [dependencies] hashbrown = { version = "0.14.0" } parking_lot = { version = "0.12.1" } +[package.metadata.docs.rs] +rustdoc-args = ["--generate-link-to-definition"] + Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -6,10 +6,17 @@ ### Changed ### Removed + +## [0.1.1] - 2023-08-30 + +### Changed + +- [infrastructure] Request that docs.rs generate links to definitions. + ## [0.1.0] - 2023-08-29 - Initial release