Skip to content

Commit 57b96b9

Browse files
committed
Modified ExitCode
1 parent f839a1b commit 57b96b9

File tree

5 files changed

+316
-313
lines changed

5 files changed

+316
-313
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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 @@ members = [
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.5.8"
8+
version = "0.5.9"
99
authors = ["Masato TOYOSHIMA", "phoepsilonix <phoepsilonix@gmail.com>"]
1010
edition = "2021"
1111
rust-version = "1.82"
@@ -16,7 +16,6 @@ license = "MIT"
1616

1717
[workspace.dependencies]
1818
lib-dict-to-mozc = { path = "./crates/dict-to-mozc" }
19-
argh = { version = "0.1.12", default-features = false }
2019
csv = { version = "1.3.0", default-features = true }
2120
kanaria = { git = "https://github.com/phoepsilonix/kanaria.git", rev = "18ca812a1fe8c7f30a753aecc2681db1f18031e8", version = "0.2.1", default-features = false }
2221
lazy-regex = { version = "3.3.0", default-features = false, features = ["unicode"] }
@@ -54,6 +53,7 @@ version.workspace = true
5453

5554
[dependencies]
5655
lib-dict-to-mozc = { workspace = true }
56+
argh = { version = "0.1.12", default-features = false }
5757

5858
[package.metadata.release]
5959
tag = true

crates/dict-to-mozc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repository.workspace = true
88
license.workspace = true
99

1010
[dependencies]
11-
argh = { workspace = true }
1211
csv = { workspace = true }
1312
kanaria = { workspace = true }
1413
lazy-regex = { workspace = true }

0 commit comments

Comments
 (0)