bytecodealliance / userfaultfd-rs

Rust bindings for the Linux userfaultfd functionality
Apache License 2.0
43 stars 22 forks source link

bump userfaultfd crate version to 0.6.0 #49

Closed pchickey closed 1 year ago

pchickey commented 1 year ago

The diff from 0.5.1 is a major version bump of the bitflags dep: https://github.com/bytecodealliance/userfaultfd-rs/pull/47

Since bitflags is a proc-macro which generates public impls in the userfaultfd crate, we are treating this update as breaking compatibility, hence bumping the minor 0.x version.

pchickey commented 1 year ago

Replaces #48