Skip to content

Commit 6111488

Browse files
committed
holani 0.9.6-1, rust 1.82 fix
1 parent cc37ee8 commit 6111488

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "holani-retro"
3-
version = "0.9.6"
3+
version = "0.9.6-1"
44
edition = "2021"
5+
rust-version = "1.82"
56

67
[dependencies]
7-
holani = { git = "https://github.com/LLeny/holani.git", tag = "0.9.6" }
8+
holani = { git = "https://github.com/LLeny/holani.git", tag = "0.9.6-1" }
89
log = { version = "0.4", features = [
910
"max_level_trace",
1011
"release_max_level_warn",
@@ -15,3 +16,7 @@ lazy_static = "1.5.0"
1516
[lib]
1617
name = "holani"
1718
crate-type = ["cdylib"]
19+
20+
[profile.release]
21+
codegen-units = 1
22+
lto = "thin"

0 commit comments

Comments
 (0)