Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit f2e24dc

Browse files
committed
release: 0.1.1
1 parent c183cc1 commit f2e24dc

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default-members = ["gui"]
55

66
[workspace.package]
77
edition = "2024"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
license = "Apache-2.0"
1010

1111
[workspace.dependencies]
@@ -19,7 +19,7 @@ regex = "1.11.2"
1919
once_cell = "1.20.0"
2020

2121
# BMS
22-
bms-rs = { git = "https://github.com/MikuroXina/bms-rs.git" }
22+
bms-rs = "0.9.0"
2323
encoding_rs = "0.8.35"
2424
serde = { version = "1.0.219", features = ["derive"] }
2525
serde_json = "1.0.142"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bms-resource-toolbox-cli"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
66

gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bms-resource-toolbox-gui"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
66

0 commit comments

Comments
 (0)