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

Commit 4a76251

Browse files
author
Joe C
authored
bump/discriminator (#4605)
1 parent 6f18171 commit 4a76251

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

libraries/discriminator/derive/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ repository = "https://github.com/solana-labs/solana-program-library"
77
license = "Apache-2.0"
88
edition = "2021"
99

10-
[lib]
11-
proc-macro = true
12-
1310
[dependencies]
1411
quote = "1.0"
1512
spl-discriminator-syn = { version = "0.1.0", path = "../syn" }
16-
syn = { version = "2.0", features = ["full"] }
13+
syn = { version = "2.0", features = ["full"] }
14+
15+
[lib]
16+
proc-macro = true
17+
18+
[package.metadata.docs.rs]
19+
targets = ["x86_64-unknown-linux-gnu"]

libraries/discriminator/syn/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ quote = "1.0"
1313
solana-program = "1.16.1"
1414
syn = { version = "2.0", features = ["full"] }
1515
thiserror = "1.0"
16+
17+
[lib]
18+
crate-type = ["cdylib", "lib"]
19+
20+
[package.metadata.docs.rs]
21+
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)