Commit 810536f 1 parent d6ac0d9 commit 810536f Copy full SHA for 810536f
File tree 2 files changed +14
-1
lines changed
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
+
1
14
# v0.2.0
2
15
3
16
First release
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " seccompiler"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [
" Amazon Firecracker Team <[email protected] >" ]
5
5
description = " Provides easy-to-use seccomp-bpf jailing."
6
6
repository = " https://github.com/rust-vmm/seccompiler"
You can’t perform that action at this time.
0 commit comments