(cargo-release) version 0.5.2

This commit is contained in:
Georgios Konstantopoulos 2021-09-24 21:07:07 -04:00
parent 8689ebbfb0
commit fc1e304395
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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