Skip to content

Commit 533923d

Browse files
authored
Fix weak feature chaining (#110)
1 parent d7b396c commit 533923d

61 files changed

Lines changed: 1954 additions & 14388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
**/*.rs.bk
33
Cargo.lock
44
*.snap.new
5+
*.svg
6+
*.dot

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
### Fixed
12+
- [PR#110](https://github.com/EmbarkStudios/krates/pull/110) resolved [#109](https://github.com/EmbarkStudios/krates/issues/109) by properly enabling features of a weak dependency directly referenced by another weak feature.
13+
1114
## [0.21.0] - 2026-04-01
1215
### Changed
1316
- [PR#107](https://github.com/EmbarkStudios/krates/pull/107) updated crates.

0 commit comments

Comments
 (0)