summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-09-02 17:04:31 +0200
committerMartin Stransky <stransky@redhat.com>2019-09-02 17:04:31 +0200
commit4d9e3279a0c577fee28988f8e969e4934db93781 (patch)
treec5c8538c0cb7c8561eaa3c0b18eaeea65dbe0411 /gen_cbindgen-vendor.sh
parentAdded upstream Wayland patches (mozilla-1548475, mozilla-1562827, (diff)
parentReally updated bundled cbindgen (diff)
downloadlibrewolf-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-xgen_cbindgen-vendor.sh2
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"
bgstack15