mirror of
https://gitee.com/openharmony/third_party_rust_lazy-static.rs
synced 2024-11-27 01:30:53 +00:00
Merge pull request #133 from KodrAus/chore/update-version-num
Update some missed older version nums
This commit is contained in:
commit
b4b2b16aaa
@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
lazy_static = "1.1.0"
|
||||
lazy_static = "1.2.0"
|
||||
```
|
||||
|
||||
...and see the [docs](https://docs.rs/lazy_static) for how to use it.
|
||||
|
@ -100,7 +100,7 @@ no guarantees can be made about them in regard to SemVer stability.
|
||||
|
||||
*/
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/lazy_static/1.1.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/lazy_static/1.2.0")]
|
||||
#![no_std]
|
||||
|
||||
#[cfg(not(feature = "spin_no_std"))]
|
||||
|
Loading…
Reference in New Issue
Block a user