Skip to content

Commit 71a7107

Browse files
tkporterclaude
andcommitted
chore(sealevel): fix stale getrandom docs URL in Cargo.toml files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a55dd4 commit 71a7107

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

rust/sealevel/libraries/ecdsa-signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ thiserror.workspace = true
1111

1212
hyperlane-core = { path = "../../../main/hyperlane-core" }
1313
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616

1717
[lib]

rust/sealevel/libraries/message-recipient-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spl-type-length-value.workspace = true
1313

1414
hyperlane-core = { path = "../../../main/hyperlane-core" }
1515
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
16-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
16+
# https://solana.com/news/rust-to-solana
1717
getrandom = { workspace = true, features = ["custom"] }
1818

1919
[lib]

rust/sealevel/programs/hyperlane-sealevel-igp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ num-derive.workspace = true
2323
num-traits.workspace = true
2424
thiserror.workspace = true
2525
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
26-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
26+
# https://solana.com/news/rust-to-solana
2727
getrandom = { workspace = true, features = ["custom"] }
2828
serde = { workspace = true, optional = true }
2929

rust/sealevel/programs/hyperlane-sealevel-token-collateral/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ no-entrypoint = []
1010

1111
[dependencies]
1212
borsh.workspace = true
13-
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
13+
# Required to allow dependencies on `getrandom` but to preserve determinism required by programs, see
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616
num-derive.workspace = true
1717
num-traits.workspace = true

rust/sealevel/programs/hyperlane-sealevel-token-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ no-entrypoint = []
1111
[dependencies]
1212
borsh.workspace = true
1313
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616
num-derive.workspace = true
1717
num-traits.workspace = true

rust/sealevel/programs/hyperlane-sealevel-token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ no-entrypoint = []
1111
[dependencies]
1212
borsh.workspace = true
1313
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616
num-derive.workspace = true
1717
num-traits.workspace = true

rust/sealevel/programs/ism/multisig-ism-message-id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ no-entrypoint = []
1111
[dependencies]
1212
borsh.workspace = true
1313
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616
num-derive.workspace = true
1717
num-traits.workspace = true

rust/sealevel/programs/mailbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-system-interface.workspace = true
2020
thiserror.workspace = true
2121
spl-noop.workspace = true
2222
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
23-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
23+
# https://solana.com/news/rust-to-solana
2424
getrandom = { workspace = true, features = ["custom"] }
2525

2626
proc-macro-crate = "~3.2"

rust/sealevel/programs/validator-announce/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ no-entrypoint = []
1111
[dependencies]
1212
borsh.workspace = true
1313
# Required to allow dependencies `getrandom` but to preserve determinism required by programs, see
14-
# https://github.com/solana-foundation/developer-content/blob/main/docs/programs/lang-rust.md#depending-on-rand
14+
# https://solana.com/news/rust-to-solana
1515
getrandom = { workspace = true, features = ["custom"] }
1616
solana-program.workspace = true
1717
solana-system-interface.workspace = true

0 commit comments

Comments
 (0)