Skip to content

Commit

Permalink
fixup minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Dec 27, 2024
1 parent f3124b7 commit cf01438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ibverbs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ cmake = "0.1.50"

# to make -Zminimal-versions work
[target.'cfg(any())'.dependencies]
regex = "1.6"
regex = { version = "1.6", optional = true }
proc-macro2 = { version = "1.0.80", optional = true }

0 comments on commit cf01438

Please sign in to comment.