head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.30.08.11.25; author he; state Exp; branches; next ; commitid wJUAXAm7Ug7HuDTG; desc @@ 1.1 log @www/crates-io-cli: update to "current", and fix build on 32-bit CPU targets. The update to -current was done by pin@@ in pkgsrc-wip. I added patches to use portable-atomic to fix the failure to build on 32-bit CPU targets. Bump PKGREVISION. @ text @$NetBSD$ --- Cargo.toml.orig 2026-08-29 12:17:08.194996610 +0000 +++ Cargo.toml @@@@ -29,6 +29,9 @@@@ clap = { version = "4.6.1", features = [ prettytable-rs = { version = "0.10.0", features = ["win_crlf"], default-features = false } thiserror = "2.0.18" +# portability to 32-bit targets: +portable-atomic = "1" + serde_json = "1.0.150" serde = "1.0.228" serde_derive = "1.0.228" @