lints

`rustc` lints.
git clone https://git.philomathiclife.com/repos/lints
Log | Files | Refs | README

commit fa5fa01a720bf51d06207f99f221114af19ead4d
parent 62b33385d9444a44bfbcd18bcf4661d919385c77
Author: Zack Newman <zack@philomathiclife.com>
Date:   Sun,  1 Feb 2026 14:46:48 -0700

bump msrv and deps

Diffstat:
MCargo.toml | 6+++---
MREADME.md | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0" name = "lints" readme = "README.md" repository = "https://git.philomathiclife.com/repos/lints/" -rust-version = "1.89.0" -version = "0.2.0" +rust-version = "1.93.0" +version = "0.3.0" [lints.rust] deprecated-safe = { level = "deny", priority = -1 } @@ -152,7 +152,7 @@ targets = [ ] [target.'cfg(target_os = "openbsd")'.dependencies] -priv_sep = { version = "3.0.0-alpha.4.0", default-features = false, features = ["std"] } +priv_sep = { version = "3.0.0-alpha.4.1", default-features = false, features = ["std"] } [profile.release] codegen-units = 1 diff --git a/README.md b/README.md @@ -47,7 +47,7 @@ of lints). [zack@laptop ~]$ rustc -V rustc 1.93.0 (254b59607 2026-01-19) [zack@laptop ~]$ lints version -lints 0.2.0 +lints 0.3.0 [zack@laptop ~]$ lints deprecated-safe = { level = "deny", priority = -1 } future-incompatible = { level = "deny", priority = -1 }