diff --git a/Cargo.lock b/Cargo.lock index 03545bf5..09d9eb33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.0" @@ -113,7 +115,7 @@ dependencies = [ [[package]] name = "bpf-linker" -version = "0.9.1-alpha.0" +version = "0.9.1" dependencies = [ "ar", "clap", diff --git a/Cargo.toml b/Cargo.toml index fc8bdf86..aa15505d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpf-linker" -version = "0.9.1-alpha.0" +version = "0.9.1" authors = ["Alessandro Decina "] description = "BPF static linker" license = "MIT OR Apache-2.0"