mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-17 06:38:13 +00:00
linux-rust: rename binary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user