summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-06-09 16:40:46 +0200
committerMartin Stransky <stransky@redhat.com>2022-06-09 16:40:46 +0200
commit6edb288b6fdcb4644abc5f892569d59c26aa5d75 (patch)
tree7d9c63e0632cb14c9586b229b50f280a9f6a794b /gen_cbindgen-vendor.sh
parentcbindgen build fix (diff)
downloadlibrewolf-fedora-ff-6edb288b6fdcb4644abc5f892569d59c26aa5d75.tar.gz
librewolf-fedora-ff-6edb288b6fdcb4644abc5f892569d59c26aa5d75.tar.bz2
librewolf-fedora-ff-6edb288b6fdcb4644abc5f892569d59c26aa5d75.zip
Updated cbindgen to 0.24.0
Diffstat (limited to 'gen_cbindgen-vendor.sh')
-rwxr-xr-xgen_cbindgen-vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_cbindgen-vendor.sh b/gen_cbindgen-vendor.sh
index c446a51..8e10eb2 100755
--- a/gen_cbindgen-vendor.sh
+++ b/gen_cbindgen-vendor.sh
@@ -12,7 +12,7 @@ to be used with 'cargo vendor' commmand.
"""
[dependencies]
-cbindgen = "0.23.0"
+cbindgen = "0.24.0"
[[bin]]
name = "dummy"
bgstack15