fix build for rust 1.70.0 by fixing bumpalo version (#22)

This commit is contained in:
Serge Farny 2024-04-11 09:42:29 +02:00 committed by GitHub
parent 96d795d258
commit 5e72a9e7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -774,9 +774,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.15.4"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
name = "bv"