Skip to content

Commit c3c05ed

Browse files
authored
⚡ 릴리스 빌드 최적화와 패치 버전 갱신 (#13)
릴리스 산출물의 성능과 크기를 개선하고 다음 배포 단위를 준비하기 위해 워크스페이스 프로필과 크레이트 버전을 함께 정리합니다. Made-with: Cursor
1 parent cb2e4ff commit c3c05ed

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ members = [
55
]
66
default-members = ["core"]
77
resolver = "2"
8+
9+
[profile.release]
10+
lto = "fat"
11+
codegen-units = 1
12+
strip = true

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "techr-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Rust core implementation for techr technical indicators"
66
license = "MIT"

polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars_techr"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Polars expression plugins for techr indicators"
66
license = "MIT"

0 commit comments

Comments
 (0)