Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-way committed Jan 25, 2025
1 parent 3bc0d2c commit 908163b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
build:
cargo build --release --target wasm32-wasip1

test:
cargo nextest run

test-watch:
bacon nextest
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
build:
cargo build --release --target wasm32-wasip1

test:
cargo nextest run

test-watch:
bacon nextest

0 comments on commit 908163b

Please sign in to comment.