(cargo-release) version 1.0.2

This commit is contained in:
Georgios Konstantopoulos 2022-11-27 12:27:56 -08:00
parent c627765871
commit 8034fd0e91
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1411,7 +1411,7 @@ dependencies = [
[[package]] [[package]]
name = "ethers-providers" name = "ethers-providers"
version = "1.0.0" version = "1.0.2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"auto_impl 1.0.1", "auto_impl 1.0.1",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ethers-providers" name = "ethers-providers"
version = "1.0.0" version = "1.0.2"
edition = "2018" edition = "2018"
rust-version = "1.62" rust-version = "1.62"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"] authors = ["Georgios Konstantopoulos <me@gakonst.com>"]