mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-16 12:32:18 +00:00
cargo.toml set resolver to 2
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name = "rustical"
|
name = "rustical"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustical_store = { path = "./crates/store/" }
|
rustical_store = { path = "./crates/store/" }
|
||||||
|
|||||||
Reference in New Issue
Block a user