commit 1119e02f118b861c168def3319a1d7391300b2e2
parent 6942af70d23a30fdd1af795343e5a4416481a2b5
Author: Zack Newman <zack@philomathiclife.com>
Date: Fri, 21 Nov 2025 20:46:52 -0700
tweak to readme
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -10,7 +10,7 @@ name = "ascii_domain"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/ascii_domain/"
rust-version = "1.86.0"
-version = "0.6.7"
+version = "0.6.8"
[lints.rust]
ambiguous_negative_literals = { level = "deny", priority = -1 }
diff --git a/README.md b/README.md
@@ -50,7 +50,7 @@ is by invoking [`ci-cargo`](https://crates.io/crates/ci-cargo) as `ci-cargo clip
in the `ascii_domain` directory.
Last, `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features` should be run to ensure documentation can be
-built on non-OpenBSD platforms; otherwise `cargo doc --all-features` should be run.
+built.
### Status