Skip to content

Commit

Permalink
Merge pull request #53 from robertknight/bump-rten-0.8.0
Browse files Browse the repository at this point in the history
Bump rten to v0.8.0
  • Loading branch information
robertknight authored Apr 29, 2024
2 parents 0919bd2 + 06cca30 commit b475c10
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
27 changes: 17 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.7.0" }
rten-imageproc = { version = "0.7.0" }
rten-tensor = { version = "0.7.0" }
rten = { version = "0.8.0" }
rten-imageproc = { version = "0.8.0" }
rten-tensor = { version = "0.8.0" }
ocrs = { path = "../ocrs", version = "0.5.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 @@ -11,9 +11,9 @@ repository = "https://github.com/robertknight/ocrs"
[dependencies]
anyhow = "1.0.80"
rayon = "1.7.0"
rten = { version = "0.7.0" }
rten-imageproc = { version = "0.7.0" }
rten-tensor = { version = "0.7.0" }
rten = { version = "0.8.0" }
rten-imageproc = { version = "0.8.0" }
rten-tensor = { version = "0.8.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# nb. When changing this, make sure the version of wasm-bindgen-cli installed
Expand All @@ -23,7 +23,7 @@ wasm-bindgen = "0.2.89"
[dev-dependencies]
fastrand = "1.9.0"
lexopt = "0.3.0"
rten-imageio = { version = "0.7.0" }
rten-imageio = { version = "0.8.0" }

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

0 comments on commit b475c10

Please sign in to comment.