forked from kiss-community/repo
cbindgen: 0.24.6
This commit is contained in:
parent
e170b4bc2b
commit
ea0cb1da5d
@ -1,7 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < crate.patch
|
||||
|
||||
# Seeing as this is the only rust package in the repositories (other than rust
|
||||
# itself), this will also serve as a reference to writing network-free rust
|
||||
# based packages.
|
||||
|
@ -1,9 +1,8 @@
|
||||
db9e536daf58f5cb1b76c7c6c2b25253d5bf979aa6bcbc7fa9ad321b115aa45dbc
|
||||
963adaee97d05bdbe1fcdc75d1dd4d16eaa5a384ab59c07425ee8191ed6d5f5da8
|
||||
ff3722f7c8419dd5e199ef3a42e7c693da17175dcf4334ec88bb36958ac21bdab8
|
||||
758268615e9dd8bab99abf449a127f71b0378ee324dd42de3109ad9dad1a110451
|
||||
392e7f073da9c6c0ce85670e75449340da2ee2a2ef59495868a39eeebae6904ad4
|
||||
f257a84c4749b139a1df2885747cbcf856d3e3bf9f970792a0903dceffa61dac53
|
||||
f8534e1c819cc3e4d2a22c746150d62554c4d65a45e99b2ce479f6519aa2d721da
|
||||
04f3a4871848ac9ddc97bbd6488306438986effcebf6f8404988a6b4da3291e904
|
||||
f6a23c7c80c888cef9ca81c1e9d7ecc03e6f5b7c3f8f8eff7f3d78a06015c3bc64
|
||||
43c4a38b9682cabb12a9357c66bf01e9cd712d07c210671bbf11ef52830c294b40
|
||||
81e1ac16ffd19dd3bc42fd69f7d240f7e3c15ca4db0e9102eabeedf8b7ae2aec2f
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index 3c5e7a3..aa32928 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -27,7 +27,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
-version = "0.24.4"
|
||||
+version = "0.24.5"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"heck",
|
@ -1,5 +1,4 @@
|
||||
https://github.com/eqrion/cbindgen/archive/v0.24.5.tar.gz
|
||||
patches/crate.patch
|
||||
https://github.com/eqrion/cbindgen/archive/v0.24.6.tar.gz
|
||||
|
||||
# This is a pre-generated list of crate dependencies. This list may
|
||||
# change between releases. This allows us to pre-cache each of the
|
||||
@ -7,7 +6,7 @@ patches/crate.patch
|
||||
https://static.crates.io/crates/atty/atty-0.2.14.crate vendor
|
||||
https://static.crates.io/crates/autocfg/autocfg-1.1.0.crate vendor
|
||||
https://static.crates.io/crates/bitflags/bitflags-1.3.2.crate vendor
|
||||
https://static.crates.io/crates/cbindgen/cbindgen-0.24.5.crate vendor
|
||||
https://static.crates.io/crates/cbindgen/cbindgen-0.24.6.crate vendor
|
||||
https://static.crates.io/crates/cfg-if/cfg-if-1.0.0.crate vendor
|
||||
https://static.crates.io/crates/clap/clap-3.2.25.crate vendor
|
||||
https://static.crates.io/crates/clap_lex/clap_lex-0.2.4.crate vendor
|
||||
|
@ -1 +1 @@
|
||||
0.24.5 1
|
||||
0.24.6 1
|
||||
|
Loading…
Reference in New Issue
Block a user