(cargo-release) version 0.5.2

This commit is contained in:
Georgios Konstantopoulos 2021-09-05 14:48:22 +03:00
parent e821dfe366
commit 649bccc70a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1000,7 +1000,7 @@ dependencies = [
[[package]]
name = "ethers-signers"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"async-trait",
"coins-bip32",

View File

@ -1,7 +1,7 @@
[package]
name = "ethers-signers"
license = "MIT OR Apache-2.0"
version = "0.5.1"
version = "0.5.2"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018"
description = "Signer implementations for the ethers-rs crate"