We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870839 commit aca853eCopy full SHA for aca853e
Formula/b/bindgen.rb
@@ -1,8 +1,8 @@
1
class Bindgen < Formula
2
desc "Automatically generates Rust FFI bindings to C (and some C++) libraries"
3
homepage "https://rust-lang.github.io/rust-bindgen/"
4
- url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.0.tar.gz"
5
- sha256 "1da7050a17fdab0e20d5d8c20d48cddce2973e8b7cb0afc15185bfad22f8ce5b"
+ url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.1.tar.gz"
+ sha256 "4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1"
6
license "BSD-3-Clause"
7
head "https://github.com/rust-lang/rust-bindgen.git", branch: "main"
8
0 commit comments