rust-vmm / seccompiler

Provides easy-to-use Linux seccomp-bpf jailing.
https://crates.io/crates/seccompiler
Apache License 2.0
70 stars 10 forks source link

Consider releasing 0.3.1 or 0.4? #62

Closed boustrophedon closed 10 months ago

boustrophedon commented 10 months ago

Hi, I was wondering if you'd consider publishing a new version so that the apply_to_all_threads function is available for use in my own crate.

andreeaflorescu commented 10 months ago

I don't think that would be a problem. @petreeftime or @alindima can one of you do the release? If not, I can do it in a couple of days.

alindima commented 10 months ago

I can do 0.4.0 tomorrow

alindima commented 10 months ago

Let's merge this PR and I'll publish to crates.io after: https://github.com/rust-vmm/seccompiler/pull/63

alindima commented 10 months ago

done, v0.4.0 is available on crates.io and the releases page on github

boustrophedon commented 10 months ago

Thanks!