Skip to content

Commit

Permalink
Add provisions to unload a program from the cache (#31036)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Apr 10, 2023
1 parent 622141c commit 12e3e8b
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 199 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ libc = { workspace = true }
log = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
percentage = { workspace = true }
rand = { workspace = true }
serde = { version = "1.0.159", features = ["derive", "rc"] }
solana-frozen-abi = { workspace = true }
Expand Down
Loading

0 comments on commit 12e3e8b

Please sign in to comment.