0.1.4: language changes and a small fix.
- `Copy` is now opt-in. Every `Copy`able type is made to implement `Copy`. While unlikely, I haven't deeply thought about `Copy`ability so it might change in 0.2. - `Date::and_date` might behave incorrectly with a large `Offset`; this is now fixed. - Added a BIG (friendly) limitation section to the README.
This commit is contained in:
parent
389e58f727
commit
0d8f836665
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
||||||
|
|
||||||
description = "Date and time library for Rust"
|
description = "Date and time library for Rust"
|
||||||
|
|
Loading…
Reference in New Issue