diff options
author | Jan Horak <jhorak@redhat.com> | 2020-02-11 11:18:36 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2020-02-11 11:18:36 +0100 |
commit | 4dee749c0a88f4392b55620b4c9a002e88d7bdc0 (patch) | |
tree | 3a82f1906e36ae520f00f8bb3fa7e58e302ef19e /gen_cbindgen-vendor.sh | |
parent | Added popup-fixing patches, fixed api key paths (diff) | |
download | librewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.tar.gz librewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.tar.bz2 librewolf-fedora-ff-4dee749c0a88f4392b55620b4c9a002e88d7bdc0.zip |
updated 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 01ecc5d..d3caeec 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.9.0" +cbindgen = "0.12.0" [[bin]] name = "dummy" |