Skip to content

Commit

Permalink
dict-to-mozc v0.5.4
Browse files Browse the repository at this point in the history
Cargo.toml
debug = true
  • Loading branch information
phoepsilonix committed Nov 17, 2024
1 parent a1e4aea commit a9e04d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion 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.3"
version = "0.5.4"
authors = ["Masato TOYOSHIMA", "phoepsilonix <[email protected]>"]
edition = "2021"
rust-version = "1.82"
Expand All @@ -25,6 +25,7 @@ indexmap = { version = "2.6.0", default-features = false, features = [] }
hashbrown = { version = "0.15.0", default-features = false, features = [ "allocator-api2", "default-hasher", "equivalent", "inline-more", "raw-entry"] }

[profile.release]
debug = true
strip = true
lto = true
overflow-checks = true
Expand Down

0 comments on commit a9e04d4

Please sign in to comment.