Skip to content

Commit

Permalink
Fix the build with Rust 1.77.0
Browse files Browse the repository at this point in the history
By working around rust bug
rust-lang/cargo#13807
  • Loading branch information
asomers committed Jun 4, 2024
1 parent 7cb64b6 commit 988ded9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions capsicum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased] - ReleaseDate

### Fixed

- Fixed the build with Rust 1.77.0, by working around Rust bug 13807
([#101](https://github.com/dlrobertson/capsicum-rs/pull/101))

## [0.4.0] - 2024-06-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion capsicum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.4.0"
authors = ["Dan Robertson <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/dlrobertson/capsicum-rs"
rust-version = "1.77"
rust-version = "1.77.0"
description = """
Simple intuitive Rust bindings for the FreeBSD capsicum framework
"""
Expand Down

0 comments on commit 988ded9

Please sign in to comment.