Skip to content

Commit

Permalink
move sanitize crate to sdk dir (solana-labs#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Oct 15, 2024
1 parent 9695566 commit c234605
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ members = [
"rpc-test",
"runtime",
"runtime-transaction",
"sanitize",
"sdk",
"sdk/account",
"sdk/account-info",
Expand All @@ -126,6 +125,7 @@ members = [
"sdk/program-pack",
"sdk/pubkey",
"sdk/rent",
"sdk/sanitize",
"sdk/serde-varint",
"sdk/serialize-utils",
"sdk/sha256-hasher",
Expand Down Expand Up @@ -453,7 +453,7 @@ solana-quic-client = { path = "quic-client", version = "=2.1.0" }
solana-rayon-threadlimit = { path = "rayon-threadlimit", version = "=2.1.0" }
solana-remote-wallet = { path = "remote-wallet", version = "=2.1.0", default-features = false }
solana-rent = { path = "sdk/rent", version = "=2.1.0", default-features = false }
solana-sanitize = { path = "sanitize", version = "=2.1.0" }
solana-sanitize = { path = "sdk/sanitize", version = "=2.1.0" }
solana-serde-varint = { path = "sdk/serde-varint", version = "=2.1.0" }
solana-serialize-utils = { path = "sdk/serialize-utils", version = "=2.1.0" }
solana-sha256-hasher = { path = "sdk/sha256-hasher", version = "=2.1.0" }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c234605

Please sign in to comment.