(cargo-release) version 0.5.4
This commit is contained in:
parent
82c8c6f3b1
commit
f3fb19744e
|
@ -916,7 +916,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers-core"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.1",
|
||||
"bincode",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ethers-core"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
edition = "2018"
|
||||
description = "Core structures for the ethers-rs crate"
|
||||
|
|
Loading…
Reference in New Issue