0.1.3: better offset conversion and additional APIs.
- better documentation :) - `Offset::name` now returns `SendStr`. - `Date/Time - Duration` is now supported. - `with_offset` methods have been added. - `LocalResult` now implements common traits. - `LocalResult` has several methods to propagate errors. this makes the initialization from untrusted sources easier.
This commit is contained in:
parent
920a681d54
commit
95bba43063
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "chrono"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
||||
|
||||
description = "Date and time library for Rust"
|
||||
|
|
Loading…
Reference in New Issue