fuel-core
fuel-core copied to clipboard
Replace `chrono` with `time`
Chrono has been a source of issue, this moves fuel-core
to the much lighter and more maintained time
crate
Fixes #115 Fixes #116 Fixes #384
Looks like we still need to replace chrono in fuel-client
: https://github.com/FuelLabs/fuel-core/blob/controlc/time/fuel-client/src/client/schema/primitives.rs#L12
Looks like we still need to replace chrono in
fuel-client
: https://github.com/FuelLabs/fuel-core/blob/controlc/time/fuel-client/src/client/schema/primitives.rs#L12
Will remove there, missed it in my first pass