Skip to content

Commit d1941d2

Browse files
committed
Changed version 3.2.0
1 parent fde1679 commit d1941d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[package]
22
name = "density_function_lang"
3-
version = "3.2.1"
3+
version = "3.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

8+
[profile.release]
9+
lto = true
10+
strip = "symbols"
11+
812
[dependencies]
913
clap = { version = "3.2.12", features = ["derive"] }
1014
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)