mirror of
https://github.com/openharmony/third_party_rust_lazycell.git
synced 2026-06-30 21:08:03 -04:00
chore: cut 1.2.0 release
This commit is contained in:
committed by
Nikita Pekin
parent
321d4bb3c5
commit
74f4c9649f
@@ -1,3 +1,13 @@
|
||||
<a name="v1.2.1"></a>
|
||||
## v1.2.1 (2018-12-03)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* Implement Clone for LazyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c78ed149a810962a676cb2b2))
|
||||
|
||||
|
||||
|
||||
<a name="v1.2.0"></a>
|
||||
## v1.2.0 (2018-09-19)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lazycell"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
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