You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this is the core library I would prefer keeping its size minimal. Pulling in two different json crates seems kind of counterintuitive, now that serde is at 1.0 and stable.
We should remove the json dependency and try to replace the code block below with code that uses serde_json instead.
As this is the core library I would prefer keeping its size minimal. Pulling in two different
json
crates seems kind of counterintuitive, now thatserde
is at 1.0 and stable.We should remove the
json
dependency and try to replace the code block below with code that usesserde_json
instead.tdo-core/src/tdo.rs
Lines 250 to 293 in 6e5d218
I would propose releasing this as version
0.2.2
, which also includes the dependency update I just pushed.The text was updated successfully, but these errors were encountered: