Releases: orium/cargo-rdme
Releases · orium/cargo-rdme
Release list
cargo-rdme 1.4.4
- Fix selection of packages in workspaces when there's a package name conflict with a dependency.
- Update dependencies.
cargo-rdme 1.4.3
cargo-rdme 1.4.2
- It turns out we might need the network to get the project metadata. See release notes of version 1.4.1.
cargo-rdme 1.4.1
- Ask
cargo metadatato not access the network. All the info we need is inCargo.toml. - Update dependencies.
cargo-rdme 1.4.0
- Support intralinks to methods and other
implitems. - Update dependencies.
cargo-rdme 1.3.0
- Support intralinks in reference-style links.
- Update dependencies.
cargo-rdme 1.2.0
- Allow the heading base level to be configurable.
- Update dependencies.
cargo-rdme 1.1.0
- Support backticked intralinks.
- Print a helpful message when the README is lacking a cargo-rdme marker.
- Update dependencies.
cargo-rdme 1.0.2
cargo-rdme 1.0.1
- Do not depend on openssl (which was a transitive dependency of git2). This improves the building speed, but most
importantly we don't fail to build if the host system openssl is not supported by rust-openssl.