Skip to content

Commit

Permalink
fix(launcher): add missing serde dependency to 'database' feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 2, 2024
1 parent 20dc5fb commit d7d794f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/blockscout-service-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tracing = [
database = [
"dep:anyhow",
"dep:cfg-if",
"dep:serde",
"dep:tracing",
"dep:url",
]
Expand Down

0 comments on commit d7d794f

Please sign in to comment.