teloxide/Cargo.toml
Maybe Waffle 3720296eea Specify resolver = "2" in Cargo.toml
it's the default for edition 2021, but somehow not the default for the
workspace...
2023-09-27 13:17:11 +04:00

17 lines
463 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
# The settings below will be applied to all crates in the workspace
[workspace.package]
# MSRV (minimal supported Rust version).
rust-version = "1.65"
edition = "2021"
license = "MIT"
homepage = "https://github.com/teloxide/teloxide"
repository = "https://github.com/teloxide/teloxide"
[workspace.metadata.release]
tag-message = "Release {{crate_name}} version {{version}}"
tag-name = "{{prefix}}v{{version}}"