Skip to content

Commit

Permalink
core: Disable default_features for sha2
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed Dec 20, 2024
1 parent e2e7d2e commit cc80603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Disable `default_features`

## [0.33.0] - 2024-12-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ base64 = { version = "0.22", optional = true }
serde_json = { version = "1.0", optional = true }
hex = { version = "0.4" , optional = true }
hkdf = "0.12"
sha2 = "0.10"
sha2 = { version = "0.10", default-features = false }

[dev-dependencies]
assert_matches = "1.3"
Expand Down

0 comments on commit cc80603

Please sign in to comment.