diff options
author | Jan Horak <jhorak@redhat.com> | 2019-08-29 11:21:23 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-08-29 11:21:23 +0200 |
commit | 46085f5df814706b6c674ab1e8c521a9e52d8e4a (patch) | |
tree | 165e332a9d5852ff320a67c11d171352783ade27 /gen_cbindgen-vendor.sh | |
parent | Updated bundled cbindgen (diff) | |
download | librewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.tar.gz librewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.tar.bz2 librewolf-fedora-ff-46085f5df814706b6c674ab1e8c521a9e52d8e4a.zip |
Really updated bundled 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 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" |