Skip to content

Commit

Permalink
api_gen: Fix MSRV check by forcing a higher regex-syntax
Browse files Browse the repository at this point in the history
This crate should probably be exempt from MSRV checks though, as it is
not published.
  • Loading branch information
MarijnS95 committed May 1, 2024
1 parent 4700b83 commit 12d8cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ publish = false
[dependencies]
# Version-locked to not make the CI go out of date
bindgen = "=0.69.4"
# Force a higher version to fix https://github.com/rust-lang/regex/issues/770 in MSRV
regex-syntax = "0.6.26"

0 comments on commit 12d8cb8

Please sign in to comment.