rational_extensions

Extends num_rational::Ratio<T>.
git clone https://git.philomathiclife.com/repos/rational_extensions
Log | Files | Refs | README

commit 0b62d81a7943edb9397890ef6ff574349086d17a
parent efcaa919909afa9e83f31a9968381995559547fb
Author: Zack Newman <zack@philomathiclife.com>
Date:   Fri, 29 Aug 2025 12:39:37 -0600

next attempt openbsd rustdoc target

Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -10,7 +10,7 @@ name = "rational_extensions" readme = "README.md" repository = "https://git.philomathiclife.com/repos/rational_extensions/" rust-version = "1.89.0" -version = "0.4.5" +version = "0.4.6" [lints.rust] ambiguous_negative_literals = { level = "deny", priority = -1 } @@ -86,8 +86,8 @@ single_call_fn = "allow" single_char_lifetime_names = "allow" [package.metadata.docs.rs] +all-features = true default-target = "x86_64-unknown-linux-gnu" -rustdoc-args = ["--cfg", "docsrs"] targets = [ "aarch64-apple-darwin", "aarch64-unknown-linux-gnu",