Skip to content

Commit 1dd0070

Browse files
committed
add better release package logic
1 parent c7bcd94 commit 1dd0070

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.1.1" # JAVA_ASM_VERSION
12+
version = "0.1.2" # JAVA_ASM_VERSION
1313
authors = ["zsqw123"]
1414
edition = "2021"
1515
license = "Apache-2.0"
@@ -20,9 +20,9 @@ homepage = "https://crates.io/crates/java_asm"
2020
readme = "README.md"
2121

2222
[workspace.dependencies]
23-
java_asm_macro = { path = "asm_macro", version = "0.1.1" } # JAVA_ASM_VERSION
24-
java_asm = { path = "asm", version = "0.1.1" } # JAVA_ASM_VERSION
25-
java_asm_server = { path = "asm_server", version = "0.1.1" } # JAVA_ASM_VERSION
23+
java_asm_macro = { path = "asm_macro", version = "0.1.2" } # JAVA_ASM_VERSION
24+
java_asm = { path = "asm", version = "0.1.2" } # JAVA_ASM_VERSION
25+
java_asm_server = { path = "asm_server", version = "0.1.2" } # JAVA_ASM_VERSION
2626

2727
image = "0.25.6"
2828
trie-rs = "0.4.2"

asm_egui/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ egui_flex = { workspace = true }
2323

2424
fontdb = { workspace = true }
2525
rfd = { workspace = true }
26+
27+
[profile.release]
28+
strip = true
29+
lto = true

0 commit comments

Comments
 (0)