Skip to content

Commit 0c9a2bd

Browse files
committed
linux-rust: rename binary
1 parent 6585cf6 commit 0c9a2bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

linux-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linux-rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "librepods-rust"
2+
name = "librepods"
33
version = "0.1.0"
44
edition = "2024"
55

@@ -26,6 +26,6 @@ futures = "0.3.31"
2626
[profile.release]
2727
opt-level = "s"
2828
lto = true
29-
codegen-units = 1
29+
codegen-units = 8
3030
panic = "abort"
3131
strip = true

0 commit comments

Comments
 (0)