Closed 0323pin closed 2 years ago
Yes I can make trash-rs an optional dependency.
Great, thanks! I'll wait for it and give it another go at packaging.
Tack. à terkommer nÀr jag har haft tid att testa det.
All good! Tack!
http://mail-index.netbsd.org/pkgsrc-wip-changes/2022/09/16/msg024970.html
Will import the package once the commit freeze due to branching is over.
@Kl4rry Hej! InsÄg att 3.3.1 fanns i crates.io men det finns ingen tag hÀr i Github. Jag har nu byggt den lokalt och allt fungerar bra. Men, just nu har vi en freeze inför stable branch release. Vet du om den bygger med rust-1.64? Om ja, kan jag pusha den idag sÄ den hinner med innan release
Jag undrar ocksÄ om det Àr möjligt att hÄlla Github och crates.io i sync. Jag anvÀnder nÀmligen RSS feeds frÄn Github för att tracka mina paket.
Tack, och trevlig jul.
@0323pin I forgot đ to upload to github. Do you know if it possible to automate it with github actions? It is not possible to build because epaint a egui dependency requires 1.65 Ă€r newer.
Go jul
Do you know if it possible to automate it with github actions?
Should be, I've asked for this before in other projects but, I'm not a github expert.
epaint a egui dependency requires 1.65
Thanks! I need to leave it until after the branch freeze, then. Rust-1.65 should be merged shortly after, I hope. I'm running 1.66 myself and sometimes (it happens), I merge things that have to be reverted.
@Kl4rry FYI, https://github.com/rust-lang/libc/pull/3368
@Kl4rry Hi! Combining libc
-0.2.149 and trash-rs
-3.1.0 allows the trash feature to build and function on NetBSD.
Hi,
NetBSD/pkgsrc maintainer here. Aiming at packaging
simp
for NetBSD, would it be possible to maketrash
an optional feature?trash-rs
does not build on NetBSD, see https://github.com/Byron/trash-rs/issues/56 for details.Regards