Skip to content

Commit

Permalink
Add Vega-Lite 5.15, update Deno and other dependenceis (#114)
Browse files Browse the repository at this point in the history
* Add Vega-Lite 5.15, drop 5.6

* Update deno deps to 1.37.0

* cargo update

* update siphasher

* test in release mode

* update licenses
  • Loading branch information
jonmmease authored Sep 22, 2023
1 parent 3cc963b commit 0cc6c40
Show file tree
Hide file tree
Showing 79 changed files with 1,505 additions and 2,009 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Run tests
# Run tests on single thread for Deno, which expects this
run: |
cargo test -- --test-threads=1
cargo test --release -- --test-threads=1
- name: Upload test failures
uses: actions/upload-artifact@v2
if: always()
Expand Down
Loading

0 comments on commit 0cc6c40

Please sign in to comment.