summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-03-03 15:31:19 +0100
committerJan Horak <jhorak@redhat.com>2020-03-03 15:31:19 +0100
commitc7b129f7b1e8e46826ab7d7b48e19887d10e1d30 (patch)
tree564e67ef530693c5f1ca3c3969cbaf6729675219 /gen_cbindgen-vendor.sh
parentfix (diff)
downloadlibrewolf-fedora-ff-c7b129f7b1e8e46826ab7d7b48e19887d10e1d30.tar.gz
librewolf-fedora-ff-c7b129f7b1e8e46826ab7d7b48e19887d10e1d30.tar.bz2
librewolf-fedora-ff-c7b129f7b1e8e46826ab7d7b48e19887d10e1d30.zip
Bumped 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 d3caeec..41e0211 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.12.0"
+cbindgen = "0.13.0"
[[bin]]
name = "dummy"
bgstack15