Skip to content

Commit

Permalink
changelog and fix CI to exclude rustc-dep-of-std from check feature p…
Browse files Browse the repository at this point in the history
…owerset
  • Loading branch information
KillingSpark committed Sep 6, 2024
1 parent 3b77750 commit 776117a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo hack check --feature-powerset
- run: cargo hack clippy --feature-powerset
- run: cargo hack test --feature-powerset
- run: cargo hack check --feature-powerset --exclude-features rustc-dep-of-std
- run: cargo hack clippy --feature-powerset --exclude-features rustc-dep-of-std
- run: cargo hack test --feature-powerset --exclude-features rustc-dep-of-std

clippy-nightly:
name: clippy nightly
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ This document records the changes made between versions, starting with version 0
* Fix for drain_to functions into limited targets (https://github.com/michaelkirk)

# After 0.7.1

* Remove byteorder dependency (https://github.com/workingjubilee)
* Preparations to become a std dependency (https://github.com/workingjubilee)

0 comments on commit 776117a

Please sign in to comment.