Put Rust deps at the root of the workspace
This allows us to be consistent about the required versions for each of the member packages. Fixes #3088.
This commit is contained in:
committed by
Dustin J. Mitchell
parent
7a310fbfc1
commit
48543b7fcb
@@ -4,5 +4,6 @@ version = "0.4.1"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
anyhow.workspace = true
|
||||
|
||||
taskchampion-lib = { path = "../lib" }
|
||||
|
||||
Reference in New Issue
Block a user