commit 7b29b1a9f7903a30b7c2418aaacead6020fd498a
parent 0b62d81a7943edb9397890ef6ff574349086d17a
Author: Zack Newman <zack@philomathiclife.com>
Date: Fri, 29 Aug 2025 13:21:57 -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.6"
+version = "0.4.7"
[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=std"]
default-target = "x86_64-unknown-linux-gnu"
targets = [
"aarch64-apple-darwin",