Skip to content

Commit

Permalink
Released version 0.2.3
Browse files Browse the repository at this point in the history
Changelog:

- The docs have been updated a bit and now hide implementation details of this crate.
- Added the free function `lazy_static::initialize()` for manually pre-initializing a static.
  • Loading branch information
Kimundi committed Mar 4, 2017
1 parent f768757 commit 90abea9
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 = "lazy_static"
version = "0.2.2"
version = "0.2.3"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT"

Expand Down

0 comments on commit 90abea9

Please sign in to comment.