Skip to content

Commit

Permalink
Merge branch 'clear-interface-flags'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 28, 2024
2 parents d47081f + 64101a6 commit 05c1c63
Show file tree
Hide file tree
Showing 11 changed files with 1,274 additions and 3,534 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# Keep MSRV in sync with rust-version in Cargo.toml as much as possible.
rust: [stable, beta, nightly, 1.69.0]
rust: [stable, beta, nightly, 1.77.0]
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* **Security**: in case of vulnerabilities.

## [unreleased]
### Added
- Add function for setting and clearing interface flags.

### Changed
- Bump MSRV to 1.77.


## [0.6.1] - 2024-10-02
Expand Down
Loading

0 comments on commit 05c1c63

Please sign in to comment.