bump `ethereum-types`' `impl-serde` to 0.3.2 (#569)

* bump etherum-types' impl-serde to 0.3.2

* update max solc version
This commit is contained in:
Alexey Shekhirin 2021-11-10 15:42:50 +03:00 committed by GitHub
parent 4db37cad84
commit 16c5d33716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1588,9 +1588,9 @@ dependencies = [
[[package]] [[package]]
name = "impl-serde" name = "impl-serde"
version = "0.3.1" version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"
dependencies = [ dependencies = [
"serde", "serde",
] ]

View File

@ -451,7 +451,7 @@ mod tests {
// update this test whenever there's a new sol // update this test whenever there's a new sol
// version. that's ok! good reminder to check the // version. that's ok! good reminder to check the
// patch notes. // patch notes.
(">=0.5.0", "0.8.9"), (">=0.5.0", "0.8.10"),
// range // range
(">=0.4.0 <0.5.0", "0.4.26"), (">=0.4.0 <0.5.0", "0.4.26"),
] ]