mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 15:19:11 +00:00
linux-rust: rename binary
This commit is contained in:
2
linux-rust/Cargo.lock
generated
2
linux-rust/Cargo.lock
generated
@@ -2392,7 +2392,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librepods-rust"
|
||||
name = "librepods"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ab_glyph",
|
||||
|
||||
@@ -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