From 0c9a2bd743871dfa88761ea8005d3fcb8830a3df Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 10 Nov 2025 13:25:10 +0530 Subject: [PATCH] linux-rust: rename binary --- linux-rust/Cargo.lock | 2 +- linux-rust/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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