0.2.10: language changes.

- `Copy` requires `Clone`.
This commit is contained in:
Kang Seonghoon 2015-04-05 03:18:49 +09:00
parent 482e854f87
commit 7fd0cf124a
4 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@ Dan <dan@ebip.co.uk>
David Ross <daboross@daboross.net>
Eunchong Yu <kroisse@gmail.com>
Huon Wilson <dbau.pp+github@gmail.com>
Jisoo Park <xxxyel@gmail.com>
John Nagle <nagle@sitetruth.com>
Ken Tossell <ken@tossell.net>
Steve Klabnik <steve@steveklabnik.com>

View File

@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.2.9"
version = "0.2.10"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"

View File

@ -1,5 +1,5 @@
[Chrono][doc] 0.2.9
===================
[Chrono][doc] 0.2.10
====================
[![Chrono on Travis CI][travis-image]][travis]

View File

@ -4,7 +4,7 @@
/*!
# Chrono 0.2.9
# Chrono 0.2.10
Date and time handling for Rust. (also known as `rust-chrono`)
It aims to be a feature-complete superset of the [time](https://github.com/rust-lang/time) library.