summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
committerMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
commit5f5997630b7c54c52469e15a8a6b2d6e230559a1 (patch)
tree534bba722aa6348a46b7f1b3323b4ea2bf798e57 /gen_cbindgen-vendor.sh
parentMerge branch 'main' into f33 (diff)
downloadlibrewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.gz
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.bz2
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.zip
Updated to 86.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 90fef57..8db137a 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.15.0"
+cbindgen = "0.16.0"
[[bin]]
name = "dummy"
bgstack15