Skip to content

Commit

Permalink
chore: do not inherit serde from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterV committed Mar 5, 2024
1 parent e9e8cc3 commit 531675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/secrets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ async-trait = "0.1.56"
serde_json = "1"
shuttle-service = { path = "../../service", version = "0.40.0" }
config = { version = "0.14.0", optional = true }
serde = { workspace = true, optional = true }
serde = { version = "1", optional = true }

0 comments on commit 531675d

Please sign in to comment.