We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2e4ff commit c3c05edCopy full SHA for c3c05ed
3 files changed
Cargo.toml
@@ -5,3 +5,8 @@ members = [
5
]
6
default-members = ["core"]
7
resolver = "2"
8
+
9
+[profile.release]
10
+lto = "fat"
11
+codegen-units = 1
12
+strip = true
core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "techr-core"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
description = "Rust core implementation for techr technical indicators"
license = "MIT"
polars/Cargo.toml
name = "polars_techr"
description = "Polars expression plugins for techr indicators"
0 commit comments