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$ Support 32-bit CPUs. --- ../vendor/criner-0.4.1/Cargo.toml.orig 2006-07-24 01:21:28.000000000 +0000 +++ ../vendor/criner-0.4.1/Cargo.toml @@@@ -40,6 +40,9 @@@@ name = "criner" path = "src/lib.rs" doctest = false +[dependencies] +portable-atomic = "1" + [dependencies.async-channel] version = "2.5.0" @