Skip to content
kawasin73 edited this page Apr 25, 2023 · 1 revision

Welcome to the userfaultfd-rs wiki!

Publish new version

  • You need to be the owner of the userfaultfd and userfaultfd-sys crates on crates.io.
  • Run cargo publish at the root directory of each crate.
# publish userfaultfd
$ cd path/to/userfaultfd-rs
$ cargo publish

# publish userfaultfd-sys
$ cd path/to/userfaultfd-rs/userfaultfd-sys
$ cargo publish
Clone this wiki locally