gip: broken
This does not build with current Rust as it depends on an old version of the hyper crate, which depends on an old version of the url crate. Attempting to update any of them results in constraints not being satisfied.
This commit is contained in:
parent
7ff5ccad9b
commit
9d4bf64b98
|
@ -9,6 +9,7 @@ license="MIT"
|
|||
homepage="https://github.com/dalance/gip"
|
||||
distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz"
|
||||
checksum=b8f5ba15a554ba4cb85a32449a8f665db24ab9dde7c47e7e6e10724fc9a76422
|
||||
broken="No longer builds with current Rust (url crate)"
|
||||
|
||||
pre_build() {
|
||||
# the defined version (0.2.39 at the time of writing) is buggy on
|
||||
|
|
Loading…
Reference in New Issue