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:
parent
4db37cad84
commit
16c5d33716
|
@ -1588,9 +1588,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "impl-serde"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"
|
||||
checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -451,7 +451,7 @@ mod tests {
|
|||
// update this test whenever there's a new sol
|
||||
// version. that's ok! good reminder to check the
|
||||
// patch notes.
|
||||
(">=0.5.0", "0.8.9"),
|
||||
(">=0.5.0", "0.8.10"),
|
||||
// range
|
||||
(">=0.4.0 <0.5.0", "0.4.26"),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue