Skip to content

Commit

Permalink
Update zstd and ruzstd (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu authored Oct 30, 2023
1 parent b689381 commit bbdc558
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion convert_kytea_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", features = ["kytea"] } # MIT or Apache-2.0
zstd = "0.12" # MIT
zstd = "0.13" # MIT
2 changes: 1 addition & 1 deletion evaluate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0
zstd = "0.12" # MIT
zstd = "0.13" # MIT
2 changes: 1 addition & 1 deletion examples/embedded_device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alloc-cortex-m = "0.4.0"

[build-dependencies]
vaporetto = { path = "../../vaporetto", default-features = false, features = ["alloc"] }
ruzstd = "0.4.0" # MIT
ruzstd = "0.5.0" # MIT

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ i18n-embed-fl = "0.6.5" # MIT
once_cell = "1.17.0" # MIT or Apache-2.0
ouroboros = "0.17.2" # MIT or Apache-2.0
rust-embed = "6.4.2" # MIT
ruzstd = "0.4.0" # MIT
ruzstd = "0.5.0" # MIT
serde = "1" # MIT or Apache-2.0
unic-langid = { version = "0.9.1", features = ["macros"] } # MIT or Apache-2.0
vaporetto = { path = "../../vaporetto", default-features = false, features = ["std", "cache-type-score", "fix-weight-length", "tag-prediction"] } # MIT or Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion manipulate_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0
csv = "1.2" # Unlicense or MIT
serde = { version = "1.0", features = ["derive"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0
zstd = "0.12" # MIT
zstd = "0.13" # MIT
2 changes: 1 addition & 1 deletion predict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ atty = "0.2" # MIT
clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0
zstd = "0.12" # MIT
zstd = "0.13" # MIT
2 changes: 1 addition & 1 deletion train/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", features = ["train"] } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0
zstd = "0.12" # MIT
zstd = "0.13" # MIT
2 changes: 1 addition & 1 deletion vaporetto_tantivy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.3" } # MIT or
tantivy = "0.21" # MIT

[dev-dependencies]
ruzstd = "0.4.0" # MIT
ruzstd = "0.5.0" # MIT

0 comments on commit bbdc558

Please sign in to comment.