summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-02-11 11:18:36 +0100
committerJan Horak <jhorak@redhat.com>2020-02-11 11:18:36 +0100
commit4dee749c0a88f4392b55620b4c9a002e88d7bdc0 (patch)
tree3a82f1906e36ae520f00f8bb3fa7e58e302ef19e /gen_cbindgen-vendor.sh
parentAdded popup-fixing patches, fixed api key paths (diff)
downloadlibrewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.tar.gz
librewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.tar.bz2
librewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.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 01ecc5d..d3caeec 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.9.0"
+cbindgen = "0.12.0"
[[bin]]
name = "dummy"
bgstack15