Skip to content

Commit

Permalink
Merge pull request #161 from robertknight/rten-v0.16
Browse files Browse the repository at this point in the history
Bump rten to v0.16
  • Loading branch information
robertknight authored Feb 8, 2025
2 parents 061dd1c + da9d396 commit 0b59e53
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-bindgen
run: cargo install wasm-bindgen-cli --version 0.2.93
run: cargo install wasm-bindgen-cli --version 0.2.100
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Build
run: cargo build
Expand Down
51 changes: 30 additions & 21 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ members = [
]

[workspace.dependencies]
rten = { version = "0.15.0" }
rten-imageproc = { version = "0.15.0" }
rten-tensor = { version = "0.15.0" }
rten = { version = ">= 0.14.0, < 0.17.0" }
rten-imageproc = { version = ">= 0.14.0, < 0.17.0" }
rten-tensor = { version = ">= 0.14.0, < 0.17.0" }

0 comments on commit 0b59e53

Please sign in to comment.