ion: fix build with recent rust

This commit is contained in:
Michal Vasilek 2022-08-20 16:26:24 +02:00
parent a4fa1808c7
commit 8f47ac9d5c

View File

@ -14,6 +14,8 @@ checksum=8ab295c5ff40de6b7a8dd93ee8d417b6e884f2b66b628409e4cd9345d70e9c00
register_shell="/bin/ion"
pre_build() {
# cannot divide `usize` by `u32`
cargo update --package lexical-core:0.7.4 --precise 0.7.6
echo ${_githash} > git_revision.txt
}