Skip to content

Commit

Permalink
add kaigan serde dep
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 24, 2024
1 parent 41b747d commit 6a18868
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions scripts/client/lint-rust.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
const lintArgs = [
'-Zunstable-options',
'--all-targets',
'--all-features',
'--',
'--deny=warnings',
...cliArguments(),
Expand Down

0 comments on commit 6a18868

Please sign in to comment.