diff options
author | Martin Stransky <stransky@redhat.com> | 2020-05-29 14:28:46 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-05-29 14:28:46 +0200 |
commit | 672254a92f67910c44cf957445dced6910cef52a (patch) | |
tree | f40a2de53e0d8baa80b09778373205f5dba70070 /gen_cbindgen-vendor.sh | |
parent | Added new cbindgen (diff) | |
download | librewolf-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-x | gen_cbindgen-vendor.sh | 2 |
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" |