commit e0c1d38ac7c6b77b99584ee6ce71b2ba7f2cec83
parent ee673cfb002330cce353fdc2fba46e36adea2be7
Author: Zack Newman <zack@philomathiclife.com>
Date: Fri, 29 Aug 2025 12:16:41 -0600
next attempt openbsd rustdoc target
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
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.3"
+version = "0.4.4"
[lints.rust]
ambiguous_negative_literals = { level = "deny", priority = -1 }
@@ -87,6 +87,7 @@ single_char_lifetime_names = "allow"
[package.metadata.docs.rs]
all-features = true
+cargo-args = ["-Zbuild-std=core"]
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = [