Skip to content

Commit

Permalink
Merge pull request #13 from michaellass/dependabot/cargo/bindgen-0.70
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.69 to 0.70
  • Loading branch information
michaellass committed Aug 21, 2024
2 parents ae4bbc8 + 77aa7b5 commit 386979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/michaellass/e2p-sys.git"
version = "0.1.0"

[build-dependencies]
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
bindgen = { version = "0.70", default-features = false, features = ["runtime"] }
metadeps = "1.1.2"
regex = "1.3.9"

Expand Down

0 comments on commit 386979a

Please sign in to comment.