Skip to content

Commit 5ec0d0e

Browse files
committed
update version 15
1 parent 35da029 commit 5ec0d0e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-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.0.14" # JAVA_ASM_VERSION
12+
version = "0.0.15" # 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.0.14" } # JAVA_ASM_VERSION
24-
java_asm = { path = "asm", version = "0.0.14" } # JAVA_ASM_VERSION
25-
java_asm_server = { path = "asm_server", version = "0.0.14" } # JAVA_ASM_VERSION
23+
java_asm_macro = { path = "asm_macro", version = "0.0.15" } # JAVA_ASM_VERSION
24+
java_asm = { path = "asm", version = "0.0.15" } # JAVA_ASM_VERSION
25+
java_asm_server = { path = "asm_server", version = "0.0.15" } # JAVA_ASM_VERSION
2626

2727
enum_dispatch = "0.3.13"
2828
zip = "2.2.0"

0 commit comments

Comments
 (0)