diff options
author | Martin Stransky <stransky@redhat.com> | 2019-09-02 17:04:31 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-09-02 17:04:31 +0200 |
commit | 4d9e3279a0c577fee28988f8e969e4934db93781 (patch) | |
tree | c5c8538c0cb7c8561eaa3c0b18eaeea65dbe0411 /gen_cbindgen-vendor.sh | |
parent | Added upstream Wayland patches (mozilla-1548475, mozilla-1562827, (diff) | |
parent | Really updated bundled cbindgen (diff) | |
download | librewolf-fedora-ff-4d9e3279a0c577fee28988f8e969e4934db93781.tar.gz librewolf-fedora-ff-4d9e3279a0c577fee28988f8e969e4934db93781.tar.bz2 librewolf-fedora-ff-4d9e3279a0c577fee28988f8e969e4934db93781.zip |
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
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 afe171c..01ecc5d 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.8.2" +cbindgen = "0.9.0" [[bin]] name = "dummy" |