Skip to content

Commit

Permalink
Remove unnecessary cdylib artifacts from the build (#1052)
Browse files Browse the repository at this point in the history
* Remove unnecessary cdylib artifacts from the build

* Purge redundant [lib] sections from Cargo.toml

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
mzabaluev authored and thanethomson committed Dec 13, 2021
1 parent 8aabc22 commit 6dd12e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ authors = [
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
tendermint = { version = "0.23.2", default-features = false, path = "../tendermint" }
flex-error = { version = "0.4.4", default-features = false }
Expand Down
3 changes: 0 additions & 3 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ description = """
Implementation of the Tendermint Light Client Verification Protocol.
"""

[lib]
crate-type = ["cdylib", "rlib"]

# docs.rs-specific configuration
[package.metadata.docs.rs]
# document all features
Expand Down
3 changes: 0 additions & 3 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ authors = [
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
async-trait = { version = "0.1", default-features = false }
bytes = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 6dd12e8

Please sign in to comment.