diff options
author | Martin Stransky <stransky@redhat.com> | 2019-01-29 10:19:13 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-01-29 10:19:13 +0100 |
commit | 4b36498cdfa21c7f4f144c0b76d4dc75fe65d345 (patch) | |
tree | 9eb08fdfef2d3c31be359b547bd9e78d866fdf32 /gen_cbindgen-vendor.sh | |
parent | Update to Firefox 65.0 build 2 (diff) | |
download | librewolf-fedora-ff-4b36498cdfa21c7f4f144c0b76d4dc75fe65d345.tar.gz librewolf-fedora-ff-4b36498cdfa21c7f4f144c0b76d4dc75fe65d345.tar.bz2 librewolf-fedora-ff-4b36498cdfa21c7f4f144c0b76d4dc75fe65d345.zip |
Uploaded new cbindgen 6.8.0
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 906871e..af41ce0 100755 --- a/gen_cbindgen-vendor.sh +++ b/gen_cbindgen-vendor.sh @@ -10,7 +10,7 @@ to be used with 'cargo vendor' commmand. """ [dependencies] -cbindgen = "0.6.3" +cbindgen = "0.6.8" [[bin]] name = "dummy" |