Skip to content

Commit

Permalink
Bump rten to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Mar 31, 2024
1 parent 59c2d10 commit 14f2a38
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
31 changes: 20 additions & 11 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.5.0" }
rten-imageproc = { version = "0.4.0" }
rten-tensor = { version = "0.4.0" }
rten = { version = "0.6.0" }
rten-imageproc = { version = "0.6.0" }
rten-tensor = { version = "0.6.0" }
ocrs = { path = "../ocrs", version = "0.5.0" }
lexopt = "0.3.0"
ureq = "2.7.1"
Expand Down
6 changes: 3 additions & 3 deletions ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repository = "https://github.com/robertknight/ocrs"
[dependencies]
anyhow = "1.0.80"
rayon = "1.7.0"
rten = { version = "0.5.0" }
rten-imageproc = { version = "0.4.0" }
rten-tensor = { version = "0.4.0" }
rten = { version = "0.6.0" }
rten-imageproc = { version = "0.6.0" }
rten-tensor = { version = "0.6.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# nb. When changing this, make sure the version of wasm-bindgen-cli installed
Expand Down

0 comments on commit 14f2a38

Please sign in to comment.