Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit eb4d59c

Browse files
committed
Simplify comment to avoid being redundant
1 parent 9e26838 commit eb4d59c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ matches = { workspace = true }
8080
raptorq = { workspace = true }
8181
serde_json = { workspace = true }
8282
serial_test = { workspace = true }
83-
# Even if we want to activate features only for dev-dep., `cargo publish`
84-
# complains about self-dep with version specified. So don't inherit with
85-
# `workspace = true`. In this way, `cargo publish` will strip this self-dep
86-
# according to https://github.com/rust-lang/cargo/pull/7333
83+
# See order-crates-for-publishing.py for using this unusual `path = "."`
8784
solana-core = { path = ".", features = ["dev-context-only-utils"] }
8885
solana-logger = { workspace = true }
8986
solana-program-runtime = { workspace = true }

0 commit comments

Comments
 (0)