amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
12 stars 6 forks source link

Removes unused `chrono` dependency #193

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Description of changes:

This PR removes the unused chrono dependency. chrono was added as part of timestamp ranges implementation but with the latest changes the dependency is no longer being used.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.