diff options
Diffstat (limited to '')
-rw-r--r-- | devel/rust-bindgen-cli/Makefile | 3 | ||||
-rw-r--r-- | devel/rust-bindgen-cli/Makefile.crates | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile index 53545d0979a6..d031fa122a65 100644 --- a/devel/rust-bindgen-cli/Makefile +++ b/devel/rust-bindgen-cli/Makefile @@ -1,6 +1,5 @@ PORTNAME= bindgen-cli -DISTVERSION= 0.71.1 -PORTREVISION= 4 +DISTVERSION= 0.72.0 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-bindgen-cli/Makefile.crates b/devel/rust-bindgen-cli/Makefile.crates index 3449141200ef..af055c6dd6ac 100644 --- a/devel/rust-bindgen-cli/Makefile.crates +++ b/devel/rust-bindgen-cli/Makefile.crates @@ -1,7 +1,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ annotate-snippets-0.11.4 \ anstyle-1.0.10 \ - bindgen-0.71.1 \ + bindgen-0.72.0 \ bitflags-1.3.2 \ bitflags-2.2.1 \ cexpr-0.6.0 \ |