chore: do not pin eyre patch version

This commit is contained in:
Georgios Konstantopoulos 2022-03-17 14:10:15 +02:00
parent 01d4fceaee
commit 3244364060
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ ethers-providers = { version = "^0.6.0", default-features = false, path = "./eth
[target.'cfg(target_family = "unix")'.dev-dependencies]
ethers-providers = { version = "^0.6.0", default-features = false, path = "./ethers-providers", features = ["ws", "ipc"] }
eyre = "0.6.7"
eyre = "0.6"
rand = "0.8.5"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"

View File

@ -25,7 +25,7 @@ once_cell = "1.8.0"
cfg-if = "1.0.0"
dunce = "1.0.2"
walkdir = "2.3.2"
eyre = "0.6.6"
eyre = "0.6"
[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: this enables wasm compatibility for getrandom indirectly
@ -42,4 +42,4 @@ rustls = ["reqwest/rustls-tls"]
[dev-dependencies]
tempfile = "3.2.0"
ethers-solc = { path = "../../ethers-solc", default-features = false, features = ["project-util"] }
ethers-solc = { path = "../../ethers-solc", default-features = false, features = ["project-util"] }