mirror of
https://github.com/openharmony/third_party_rust_lazycell.git
synced 2026-07-01 21:04:09 -04:00
chore: cut the 0.4.0 release
Cut the 0.4.0 release. Update version in `Cargo.toml` and `README.md`. Update `CHANGELOG.md`.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
<a name="v0.5.0"></a>
|
||||
## v0.5.0 (2016-12-08)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* add borrow_with to LazyCell ([a15efa35](https://github.com/indiv0/lazycell/commit/a15efa359ea5a31a66ba57fc5b25f90c87b4b0dd))
|
||||
|
||||
|
||||
|
||||
<a name="v0.4.0"></a>
|
||||
## (2016-08-17)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lazycell"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
||||
"Nikita Pekin <contact@nikitapek.in>"]
|
||||
description = "A library providing a lazily filled Cell struct"
|
||||
|
||||
Reference in New Issue
Block a user