Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 25, 2024
1 parent 1ed4614 commit 107c2c6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sqlite3 := 'sqlite3'

@_default:
just --list --unsorted
just --list

# Clean all build artifacts
clean:
Expand Down Expand Up @@ -65,7 +65,7 @@ test *ARGS: \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,sha256" ) \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,sha384" ) \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,sha512" ) \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,fnv" ) \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,fnv" ) \
( test-one-lib "--no-default-features" "--features" "trace,hex,window,xxhash" ) \
\
( test-one-lib "--no-default-features" "--features" "md5,sha1,sha224,sha256,sha384,sha512,fnv,xxhash" ) \
Expand Down

0 comments on commit 107c2c6

Please sign in to comment.