You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/seccompiler/Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "seccompiler"
3
-
version = "1.12.0-dev"
3
+
version = "1.12.0"
4
4
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5
5
edition = "2024"
6
6
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."
0 commit comments