Skip to content

Commit

Permalink
0.1.4: language changes and a small fix.
Browse files Browse the repository at this point in the history
- `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.
  • Loading branch information
lifthrasiir committed Dec 13, 2014
1 parent 389e58f commit 0d8f836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.1.3"
version = "0.1.4"
authors = ["Kang Seonghoon <[email protected]>"]

description = "Date and time library for Rust"
Expand Down

0 comments on commit 0d8f836

Please sign in to comment.