Skip to content

Commit aca853e

Browse files
committed
bindgen 0.72.1
1 parent 7870839 commit aca853e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/b/bindgen.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Bindgen < Formula
22
desc "Automatically generates Rust FFI bindings to C (and some C++) libraries"
33
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"
4+
url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.1.tar.gz"
5+
sha256 "4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1"
66
license "BSD-3-Clause"
77
head "https://github.com/rust-lang/rust-bindgen.git", branch: "main"
88

0 commit comments

Comments
 (0)