summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-29 14:28:46 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-29 14:28:46 +0200
commit672254a92f67910c44cf957445dced6910cef52a (patch)
treef40a2de53e0d8baa80b09778373205f5dba70070 /gen_cbindgen-vendor.sh
parentAdded new cbindgen (diff)
downloadlibrewolf-fedora-ff-672254a92f67910c44cf957445dced6910cef52a.tar.gz
librewolf-fedora-ff-672254a92f67910c44cf957445dced6910cef52a.tar.bz2
librewolf-fedora-ff-672254a92f67910c44cf957445dced6910cef52a.zip
uploaded new 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 41e0211..8ddb8cd 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.13.0"
+cbindgen = "0.14.1"
[[bin]]
name = "dummy"
bgstack15