https://linen.dev logo
Warnings when deploying
# help
b
Copy code
rust
2022-12-07T15:42:48.931904666Z  INFO     Updating crates.io index
2022-12-07T15:43:06.180760528Z  INFO warning: Patch `shuttle-persist v0.7.2 (/usr/src/shuttle/resources/persist)` was not used in the crate graph.
2022-12-07T15:43:06.180813488Z  INFO Patch `shuttle-secrets v0.7.2 (/usr/src/shuttle/resources/secrets)` was not used in the crate graph.
2022-12-07T15:43:06.190859873Z  INFO Patch `shuttle-shared-db v0.7.2 (/usr/src/shuttle/resources/shared-db)` was not used in the crate graph.
2022-12-07T15:43:06.198734281Z  INFO Check that the patched package version and available features are compatible
2022-12-07T15:43:06.204667548Z  INFO with the dependency requirements. If the patch has a different version from
2022-12-07T15:43:06.210150638Z  INFO what is locked in the Cargo.lock file, run `cargo update` to use the new
2022-12-07T15:43:06.215810620Z  INFO version. This may also occur with an optional dependency that is not enabled.
Is there a way to "disable" the warnings (marked as
INFO
)? or is there a way to actually fix this? (with rocket, but no rocket tag 🚀)
k
This is just because we use these overrides when we build our images, so there's not really anything wrong with it
b
ah ok