enable resolve 2 in cargo.toml (#300)

This commit is contained in:
QP Hou 2023-10-03 01:53:06 -07:00 committed by GitHub
parent eef379f9bb
commit b10afb0116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[workspace]
members = ["columnq", "columnq-cli", "roapi"]
resolver = "2"
[profile.dev]
split-debuginfo = "unpacked"

View File

@ -5,7 +5,7 @@ homepage = "https://github.com/roapi/roapi"
license = "MIT"
readme = "README.md"
authors = ["QP Hou <dave2008713@gmail.com>"]
edition = "2018"
edition = "2021"
[[bin]]
name = "columnq"

View File

@ -4,7 +4,7 @@ version = "0.7.0"
homepage = "https://github.com/roapi/roapi"
license = "MIT"
authors = ["QP Hou <dave2008713@gmail.com>"]
edition = "2018"
edition = "2021"
[lib]
name = "columnq"

View File

@ -4,7 +4,7 @@ version = "0.10.0"
authors = ["QP Hou <dave2008713@gmail.com>"]
homepage = "https://github.com/roapi/roapi"
license = "MIT"
edition = "2018"
edition = "2021"
[lib]
name = "roapi"