autocommit 2022-03-23 16:10:46 CET
This commit is contained in:
parent
5e9e8c3a94
commit
d7f298ab5f
2 changed files with 7 additions and 7 deletions
|
|
@ -31,8 +31,8 @@ rand = "0.8.4"
|
|||
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }
|
||||
backtrace = { version = "0.3.64", optional = true }
|
||||
byteorder = "1.4.3"
|
||||
chrono = "0.4.19"
|
||||
bincode = "2.0.0-beta.3"
|
||||
chrono = { version = "0.4.19", optional = true }
|
||||
bincode = "2.0.0-rc.1"
|
||||
jay-config = { path = "jay-config" }
|
||||
default-config = { path = "default-config" }
|
||||
pin-project = "1.0.10"
|
||||
|
|
@ -46,4 +46,4 @@ bstr = "0.2.17"
|
|||
#opt-level = 3
|
||||
|
||||
[features]
|
||||
rc_tracking = ["backtrace"]
|
||||
rc_tracking = ["backtrace", "chrono"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue