Skip to content

Commit f525b2f

Browse files
mvinesjoncinque
authored andcommitted
Limit docs.rs builds
1 parent 466e00f commit f525b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

program/src/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ solana-program = "1.4.4"
1515

1616
[lib]
1717
crate-type = ["cdylib", "lib"]
18+
19+
[package.metadata.docs.rs]
20+
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)