gcsf: fix build with recent rust
This commit is contained in:
parent
d659e3551d
commit
a4fa1808c7
@ -12,6 +12,11 @@ homepage="https://github.com/harababurel/gcsf"
|
||||
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
|
||||
checksum=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592
|
||||
|
||||
pre_build() {
|
||||
# cannot divide `usize` by `u32`
|
||||
cargo update --package lexical-core:0.6.7 --precise 0.6.8
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user