Skip to content

Commit

Permalink
Modified ExitCode
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Dec 11, 2024
1 parent f839a1b commit 57b96b9
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 313 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.8"
version = "0.5.9"
authors = ["Masato TOYOSHIMA", "phoepsilonix <phoepsilonix@gmail.com>"]
edition = "2021"
rust-version = "1.82"
Expand All @@ -16,7 +16,6 @@ license = "MIT"

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

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

[package.metadata.release]
tag = true
Expand Down
1 change: 0 additions & 1 deletion crates/dict-to-mozc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repository.workspace = true
license.workspace = true

[dependencies]
argh = { workspace = true }
csv = { workspace = true }
kanaria = { workspace = true }
lazy-regex = { workspace = true }
Expand Down
Loading

0 comments on commit 57b96b9

Please sign in to comment.