summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-05-15 16:49:12 +0200
committerMartin Stransky <stransky@redhat.com>2019-05-15 16:49:12 +0200
commit4321c1f16c06821c79b55ddf51cee1d18467ec66 (patch)
treee1752199102c9101bc6f41e754491fda3307a60e /gen_cbindgen-vendor.sh
parentUpdated to 67.0 (diff)
downloadlibrewolf-fedora-ff-4321c1f16c06821c79b55ddf51cee1d18467ec66.tar.gz
librewolf-fedora-ff-4321c1f16c06821c79b55ddf51cee1d18467ec66.tar.bz2
librewolf-fedora-ff-4321c1f16c06821c79b55ddf51cee1d18467ec66.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 f1184dd..afe171c 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.6.8"
+cbindgen = "0.8.2"
[[bin]]
name = "dummy"
bgstack15