Skip to content

Commit 2e93966

Browse files
committed
Bumped to v0.2.4 and added options to the release profile
1 parent 2e73932 commit 2e93966

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

interpol-rs/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interpol-rs"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55

66
[build-dependencies]
@@ -16,3 +16,8 @@ typetag = "0.1.8"
1616

1717
[lib]
1818
crate-type = ["cdylib"] # shared library (.so)
19+
20+
[profile.release]
21+
opt-level = 'z'
22+
lto = true
23+
codegen-units = 1

0 commit comments

Comments
 (0)