Skip to content

Commit

Permalink
Changed version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschae23 committed Aug 7, 2022
1 parent fde1679 commit d1941d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[package]
name = "density_function_lang"
version = "3.2.1"
version = "3.2.0"
edition = "2021"

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

[profile.release]
lto = true
strip = "symbols"

[dependencies]
clap = { version = "3.2.12", features = ["derive"] }
lazy_static = "1.4.0"

0 comments on commit d1941d2

Please sign in to comment.