diff --git a/linux-rust/Cargo.lock b/linux-rust/Cargo.lock index 5535447..8438890 100644 --- a/linux-rust/Cargo.lock +++ b/linux-rust/Cargo.lock @@ -2392,7 +2392,7 @@ dependencies = [ ] [[package]] -name = "librepods-rust" +name = "librepods" version = "0.1.0" dependencies = [ "ab_glyph", diff --git a/linux-rust/Cargo.toml b/linux-rust/Cargo.toml index a5f9307..f827a9d 100644 --- a/linux-rust/Cargo.toml +++ b/linux-rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "librepods-rust" +name = "librepods" version = "0.1.0" edition = "2024" @@ -26,6 +26,6 @@ futures = "0.3.31" [profile.release] opt-level = "s" lto = true -codegen-units = 1 +codegen-units = 8 panic = "abort" strip = true