Skip to content

Commit

Permalink
Remove empty lib to avoid name collision with entry package (solana-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez authored Nov 3, 2021
1 parent ae207b7 commit b4ff488
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 0 additions & 1 deletion client-test/src/lib.rs

This file was deleted.

4 changes: 0 additions & 4 deletions rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 0 additions & 1 deletion rpc-test/src/lib.rs

This file was deleted.

0 comments on commit b4ff488

Please sign in to comment.