Closed pchickey closed 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.
Replaces #48
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.