feat: make cargo time incremental by default (#53)
Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
This commit is contained in:
@@ -15,11 +15,12 @@ inherits = "release"
|
||||
debug = 1
|
||||
|
||||
[features]
|
||||
dhat-heap = ["dhat"]
|
||||
today = ["chrono"]
|
||||
test_lib = []
|
||||
dhat-heap = ["dhat"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.31", optional = true }
|
||||
pico-args = "0.5.0"
|
||||
dhat = { version = "0.3.2", optional = true }
|
||||
pico-args = "0.5.0"
|
||||
tinyjson = "2"
|
||||
|
||||
Reference in New Issue
Block a user