Skip to content

Commit

Permalink
[Release] 1.3.1 -- fix for incompatible bit-set/bit-vec versions (#375)
Browse files Browse the repository at this point in the history
* [Fix] Build : update bit-set to 0.5.2 to align with necessary version for bit-vec 0.6

* [Release] 1.3.1
  • Loading branch information
matthew-russo authored Oct 1, 2023
1 parent 99bdf24 commit 0b4ffe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions proptest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 1.3.1

## Other Notes

- `bit-set` updated from 0.5.0 to 0.5.2 to ensure minimum compatible version with bit-vec 0.6

## 1.3.0

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions proptest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proptest"
version = "1.3.0"
version = "1.3.1"
authors = ["Jason Lingle"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -79,7 +79,7 @@ version = "0.7"
optional = true

[dependencies.bit-set]
version = "0.5.0"
version = "0.5.2"
optional = true

[dependencies.bit-vec]
Expand Down

0 comments on commit 0b4ffe8

Please sign in to comment.