mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Specify resolver = "2"
in Cargo.toml
it's the default for edition 2021, but somehow not the default for the workspace...
This commit is contained in:
parent
557a7c0df7
commit
3720296eea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["crates/*"]
|
members = ["crates/*"]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
# The settings below will be applied to all crates in the workspace
|
# The settings below will be applied to all crates in the workspace
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
|
Loading…
Reference in a new issue