Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 12, 2024
2 parents cd6b0cf + 809a711 commit 36d9e4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ blake2-rfc = "0.2.18"
bytes = "1.5"
cachedir = "0.3"
clicolors-control = "1.0"
crc32c = { version = "0.6.5", optional = true }
crc32c = { version = "0.6.6", optional = true }
derive_more = "0.99"
fail = { version = "0.5.1" }
filetime = "0.2"
Expand Down Expand Up @@ -93,7 +93,7 @@ rstest = { version = "0.19", default-features = false }
tracing-test = { version = "0.2", features = ["no-env-filter"] }

[features]
# default = ["s3"]
default = ["s3"]
# blake2-rfc/simd_asm needs nightly, so it's no longer a feature here so that --all-features works on stable.
# blake2_simd_asm = ["blake2-rfc/simd_asm"]
s3 = [
Expand Down

0 comments on commit 36d9e4f

Please sign in to comment.