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

Commit

Permalink
make ci pass again with sufficient dev-utils marking
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 30, 2023
1 parent c4f3bc7 commit eb76acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ thiserror = { workspace = true }

[dev-dependencies]
memoffset = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-utils"] }

[lib]
crate-type = ["lib"]
Expand Down
1 change: 1 addition & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ libsecp256k1 = { workspace = true }
memoffset = { workspace = true }
rand_chacha = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-utils"] }
static_assertions = { workspace = true }
test-case = { workspace = true }

Expand Down

0 comments on commit eb76acd

Please sign in to comment.