Remove empty lib to avoid name collision with entry package (#21156)

This commit is contained in:
steviez 2021-11-03 18:03:07 -05:00 committed by GitHub
parent ae207b7dbb
commit b4ff488a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 10 deletions

View File

@ -29,9 +29,5 @@ systemstat = "0.1.10"
[dev-dependencies]
solana-logger = { path = "../logger", version = "=1.9.0" }
[lib]
crate-type = ["lib"]
name = "solana_entry"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1 +0,0 @@
// This is a test-only crate

View File

@ -30,9 +30,5 @@ tokio = { version = "1", features = ["full"] }
[dev-dependencies]
solana-logger = { path = "../logger", version = "=1.9.0" }
[lib]
crate-type = ["lib"]
name = "solana_entry"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1 +0,0 @@
// This is a test-only crate