File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.3.0
2+
3+ ## Changed
4+ - [[ #40 ]] ( https://github.com/rust-vmm/seccompiler/pull/40 ) : Update Rust
5+ to Edition 2021
6+
7+ ## Fixed
8+
9+ - [[ #31 ]] ( https://github.com/rust-vmm/seccompiler/issues/31 ) : Implement
10+ ` From<BackendError> ` for ` Error `
11+ - [[ #40 ]] ( https://github.com/rust-vmm/seccompiler/pull/40 ) : Fix clippy
12+ complaints about missing ` Eq ` when ` PartialEq ` is implemented
13+
114# v0.2.0
215
316First release
Original file line number Diff line number Diff line change 11[package ]
22name = " seccompiler"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
" Amazon Firecracker Team <[email protected] >" ]
55description = " Provides easy-to-use seccomp-bpf jailing."
66repository = " https://github.com/rust-vmm/seccompiler"
You can’t perform that action at this time.
0 commit comments