Skip to content

Commit

Permalink
fixup msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Dec 27, 2024
1 parent 809bfef commit f3124b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.70.0"] # bindgen 1.69
msrv: ["1.82.0"] # bindgen 1.71
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions ibverbs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ibverbs-sys"
version = "0.3.0+55.0"
edition = "2021"
rust-version = "1.82" # unsafe extern in generated bindings

description = "Raw, FFI bindings for RDMA ibverbs through rdma-core"
readme = "../README.md"
Expand Down

0 comments on commit f3124b7

Please sign in to comment.