We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e8cc3 commit 531675dCopy full SHA for 531675d
resources/secrets/Cargo.toml
@@ -14,4 +14,4 @@ async-trait = "0.1.56"
14
serde_json = "1"
15
shuttle-service = { path = "../../service", version = "0.40.0" }
16
config = { version = "0.14.0", optional = true }
17
-serde = { workspace = true, optional = true }
+serde = { version = "1", optional = true }
0 commit comments