ci-cargo

CI for Rust code.
git clone https://git.philomathiclife.com/repos/ci-cargo
Log | Files | Refs | README

commit 301f7e3249e5c75f10dc9c4e9f3d377bd3249a39
parent 5b305039b20534bc3b763350af3cea3fc7946c06
Author: Zack Newman <zack@philomathiclife.com>
Date:   Tue, 10 Mar 2026 11:22:27 -0600

update deps

Diffstat:
MCargo.toml | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0" name = "ci-cargo" readme = "README.md" repository = "https://git.philomathiclife.com/repos/ci-cargo/" -rust-version = "1.93.0" -version = "0.2.0" +rust-version = "1.93.1" +version = "0.2.1" [lints.rust] deprecated-safe = { level = "deny", priority = -1 } @@ -66,7 +66,6 @@ variant-size-differences = { level = "deny", priority = -1 } # Before publishing to crates.io, comment above and uncomment below. #warnings = { level = "allow", priority = -1 } #ambiguous-associated-items = { level = "allow", priority = -1 } -#ambiguous-glob-imports = { level = "allow", priority = -1 } #arithmetic-overflow = { level = "allow", priority = -1 } #binary-asm-labels = { level = "allow", priority = -1 } #bindings-with-variant-name = { level = "allow", priority = -1 } @@ -82,7 +81,6 @@ variant-size-differences = { level = "deny", priority = -1 } #incomplete-include = { level = "allow", priority = -1 } #ineffective-unstable-trait-impl = { level = "allow", priority = -1 } #invalid-atomic-ordering = { level = "allow", priority = -1 } -#invalid-doc-attributes = { level = "allow", priority = -1 } #invalid-from-utf8-unchecked = { level = "allow", priority = -1 } #invalid-macro-export-arguments = { level = "allow", priority = -1 } #invalid-null-arguments = { level = "allow", priority = -1 } @@ -139,6 +137,10 @@ single_call_fn = "allow" single_char_lifetime_names = "allow" unseparated_literal_suffix = "allow" +# Before publishing to crates.io, comment below. +[lints.rustdoc] +all = { level = "deny", priority = -1 } + [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [ @@ -155,10 +157,10 @@ targets = [ ] [dependencies] -toml = { version = "0.9.11", default-features = false, features = ["parse"] } +toml = { version = "1.0.6", default-features = false, features = ["parse"] } [target.'cfg(target_os = "openbsd")'.dependencies] -priv_sep = { version = "3.0.0-alpha.4.1", default-features = false, features = ["std"] } +priv_sep = { version = "3.0.0-alpha.5.0", default-features = false, features = ["std"] } [profile.release] codegen-units = 1