mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
enable resolve 2 in cargo.toml (#300)
This commit is contained in:
parent
eef379f9bb
commit
b10afb0116
@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
|
||||
members = ["columnq", "columnq-cli", "roapi"]
|
||||
resolver = "2"
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user