Skip to content

Commit

Permalink
Bump rten to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Feb 8, 2024
1 parent b4b81ae commit 1618abc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions ocrs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repository = "https://github.com/robertknight/ocrs"
image = { version = "0.24.6", default-features = false, features = ["png", "jpeg", "jpeg_rayon", "webp"] }
png = "0.17.6"
serde_json = "1.0.91"
rten = { version = "0.3.1" }
rten-imageproc = { version = "0.3.0" }
rten-tensor = { version = "0.3.0" }
rten = { version = "0.4.0" }
rten-imageproc = { version = "0.4.0" }
rten-tensor = { version = "0.4.0" }
ocrs = { path = "../ocrs", version = "0.4.0" }
lexopt = "0.3.0"
ureq = "2.7.1"
Expand Down
8 changes: 4 additions & 4 deletions ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ repository = "https://github.com/robertknight/ocrs"

[dependencies]
rayon = "1.7.0"
rten = { version = "0.3.1" }
rten-imageproc = { version = "0.3.0" }
rten-tensor = { version = "0.3.0" }
rten = { version = "0.4.0" }
rten-imageproc = { version = "0.4.0" }
rten-tensor = { version = "0.4.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.87"

[dev-dependencies]
fastrand = "1.9.0"
lexopt = "0.3.0"
rten-imageio = { version = "0.3.0" }
rten-imageio = { version = "0.4.0" }

[lib]
crate-type = ["lib", "cdylib"]

0 comments on commit 1618abc

Please sign in to comment.