creamy-iron-91157
10/21/2022, 6:33 PMcargo shuttle run works just fine.
However when running cargo shuttle deploy i get the following error:
{error="Build error: failed to select a version for the requirement data = \"^0.1.0\"\ncandidate versions found which didn't match: 0.0.0\nlocation searched: crates.io index\nrequired by package discord-bot-einar-c1fabb48-fb8c-4b83-9977-ad647b5ecea9 v0.1.0 (/opt/shuttle/shuttle-builds/discord-bot-einar)"}
Do i have to do something different with my current structure of the bot? The structure is as follows?
├── Cargo.lock
├── Cargo.toml
├── data
│ ├── Cargo.toml
│ └── src
│ ├── data_time.rs
│ ├── lib.rs
│ └── rss.rs
└── src
├── lib.rs
├── rss.rs
└── settings.rskind-area-3810
10/21/2022, 6:49 PMkind-area-3810
10/21/2022, 6:49 PMcreamy-iron-91157
10/21/2022, 6:51 PMkind-area-3810
10/21/2022, 6:55 PMmillions-printer-88407
11/14/2022, 9:35 AMfamous-alarm-57599
04/10/2023, 6:30 PMfamous-alarm-57599
04/10/2023, 8:26 PMkind-area-3810
04/10/2023, 8:37 PM