summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-08-29 11:21:23 +0200
committerJan Horak <jhorak@redhat.com>2019-08-29 11:21:23 +0200
commit46085f5df814706b6c674ab1e8c521a9e52d8e4a (patch)
tree165e332a9d5852ff320a67c11d171352783ade27 /gen_cbindgen-vendor.sh
parentUpdated bundled cbindgen (diff)
downloadlibrewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.tar.gz
librewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.tar.bz2
librewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.zip
Really updated bundled 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 afe171c..01ecc5d 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.8.2"
+cbindgen = "0.9.0"
[[bin]]
name = "dummy"
bgstack15