(cargo-release) version 1.0.0

This commit is contained in:
Georgios Konstantopoulos 2022-10-25 11:03:00 -07:00
parent e34c487a85
commit ab24c5558a
7 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

@ -1459,7 +1459,7 @@ dependencies = [
[[package]]
name = "ethers-solc"
version = "0.17.0"
version = "1.0.0"
dependencies = [
"cfg-if 1.0.0",
"criterion",

View File

@ -95,7 +95,7 @@ ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-c
ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers" }
ethers-signers = { version = "^0.17.0", default-features = false, path = "./ethers-signers" }
ethers-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" }
ethers-solc = { version = "^0.17.0", default-features = false, path = "./ethers-solc", optional = true }
ethers-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true }
ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" }
[dev-dependencies]

View File

@ -36,7 +36,7 @@ ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features =
"eip712",
] }
ethers-derive-eip712 = { version = "^1.0.0", path = "../ethers-core/ethers-derive-eip712" }
ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false }
ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { version = "1.18", default-features = false, features = ["macros"] }

View File

@ -45,7 +45,7 @@ rustls = ["reqwest/rustls-tls"]
[dev-dependencies]
tempfile = "3.2.0"
ethers-solc = { version = "^0.17.0", path = "../../ethers-solc", default-features = false, features = [
ethers-solc = { version = "^1.0.0", path = "../../ethers-solc", default-features = false, features = [
"project-util",
"svm-solc",
] }

View File

@ -19,7 +19,7 @@ keywords = ["ethereum", "web3", "etherscan", "ethers"]
[dependencies]
ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false }
ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false, optional = true }
ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false, optional = true }
reqwest = { version = "0.11.12", default-features = false, features = ["json"] }
serde = { version = "1.0.124", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.64", default-features = false }
@ -37,7 +37,7 @@ tempfile = "3.3.0"
tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] }
serial_test = "0.9.0"
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false }
ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false }
[package.metadata.docs.rs]
all-features = true

View File

@ -48,7 +48,7 @@ ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-f
"rustls",
] }
once_cell = "1.15.0"
ethers-solc = { version = "^0.17.0", path = "../ethers-solc" }
ethers-solc = { version = "^1.0.0", path = "../ethers-solc" }
serial_test = "0.9.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-solc"
version = "0.17.0"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
authors = [