Skip to content

Commit

Permalink
Add kaigan serde feature (#21)
Browse files Browse the repository at this point in the history
Add kaigan serde
  • Loading branch information
febo authored Nov 4, 2024
1 parent afc084b commit 68c28ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license-file = "../../LICENSE"
[features]
anchor = ["dep:anchor-lang"]
test-sbf = []
serde = ["dep:serde", "dep:serde_with"]
serde = ["dep:serde", "dep:serde_with", "kaigan/serde"]

[dependencies]
anchor-lang = { version = "0.30.0", optional = true }
Expand Down

0 comments on commit 68c28ab

Please sign in to comment.