Skip to content

Commit

Permalink
Simplify comment to avoid being redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 13, 2023
1 parent 9e26838 commit eb4d59c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ matches = { workspace = true }
raptorq = { workspace = true }
serde_json = { workspace = true }
serial_test = { workspace = true }
# Even if we want to activate features only for dev-dep., `cargo publish`
# complains about self-dep with version specified. So don't inherit with
# `workspace = true`. In this way, `cargo publish` will strip this self-dep
# according to https://github.com/rust-lang/cargo/pull/7333
# See order-crates-for-publishing.py for using this unusual `path = "."`
solana-core = { path = ".", features = ["dev-context-only-utils"] }
solana-logger = { workspace = true }
solana-program-runtime = { workspace = true }
Expand Down

0 comments on commit eb4d59c

Please sign in to comment.