We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e00c5 commit 0e32807Copy full SHA for 0e32807
Cargo.toml
@@ -1,14 +1,14 @@
1
[package]
2
name = "lazy_static"
3
-version = "0.1.14"
+version = "0.1.15"
4
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
5
license = "MIT"
6
7
description = "A macro for declaring lazily evaluated statics in Rust."
8
readme = "README.md"
9
-documentation = "http://kimundi.github.io/lazy-static.rs/lazy_static/index.html"
+documentation = "http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html"
10
11
-repository = "https://github.com/Kimundi/lazy-static.rs"
+repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
12
keywords = ["macro", "lazy", "static"]
13
14
[features]
0 commit comments