numerous-megabyte-92164
12/06/2022, 10:34 AMcargo shuttle init --axum hello-world
followed by
cargo shuttle project new
causes:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CargoMetadata { stderr: " Updating crates.io index\nerror: failed to select a version for `tokio`.\n ... required by package `axum v0.6.1`\n ... which satisfies dependency `axum = \"^0.6.1\"` of package `hello-world v0.1.0
`\nversions that meet the requirements `^1.21` are: 1.23.0, 1.22.0, 1.21.2, 1.21.1, 1.21.0\n\nall possible versions conflict with previously selected packages.\n\n previously selected package `tokio v1.20.1`\n ... which satisfies dependency `tokio = \"=1.20.1\"` of package `shuttle-service v0.7.2`\n ... which satisfies dependency `shuttle-service = \"^0.7.2\"` of package `hello-world v0.1.0 `\n\nfailed to select a version for `tokio` which could resolve this conflict\n" }',
cargo-shuttle-0.7.2/src/config.rs:239:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtracenumerous-megabyte-92164
12/06/2022, 11:22 AMkind-area-3810
12/06/2022, 11:25 AM