Skip to content

Commit

Permalink
fix serde optional dependency feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jul 18, 2023
1 parent c705b89 commit 25c9ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ std = [
"sp-std/std",
"cfg-primitives/std",
"scale-info/std",
"serde/std",
"serde?/std",
]
try-runtime = [
"frame-support/try-runtime",
Expand Down
2 changes: 1 addition & 1 deletion pallets/loans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ std = [
"sp-io/std",
"strum/std",
"orml-traits/std",
"serde/std",
"serde?/std",
]
runtime-benchmarks = [
"frame-benchmarking",
Expand Down

0 comments on commit 25c9ab1

Please sign in to comment.