summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-06-01 16:40:28 +0200
committerMartin Stransky <stransky@redhat.com>2021-06-01 16:40:28 +0200
commit5ac20193cbb49bf558cbcf3c8f8071dc4da5e821 (patch)
treeba2b12e25cdde895e21387f7ae74830b45b1b3b6 /gen_cbindgen-vendor.sh
parentnew sources (diff)
downloadlibrewolf-fedora-ff-5ac20193cbb49bf558cbcf3c8f8071dc4da5e821.tar.gz
librewolf-fedora-ff-5ac20193cbb49bf558cbcf3c8f8071dc4da5e821.tar.bz2
librewolf-fedora-ff-5ac20193cbb49bf558cbcf3c8f8071dc4da5e821.zip
Updated cbindgen
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 8db137a..395613f 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.16.0"
+cbindgen = "0.19.0"
[[bin]]
name = "dummy"
bgstack15