Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 28, 2023
1 parent ceb185d commit 36e2d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scheduler-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ edition = { workspace = true }
cpu-time = "1.0.0"
crossbeam-channel = { workspace = true }
dashmap = { workspace = true }
log = { workspace = true }
procfs = { workspace = true }
rustix = { workspace = true }
log = { workspace = true }
serde_json = "1.0.81"
solana-ledger = { workspace = true }
solana-measure = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
by_address = { workspace = true }
solana-sdk = { workspace = true }
static_assertions = { workspace = true }
by_address = { workspace = true }

0 comments on commit 36e2d65

Please sign in to comment.