Skip to content

Commit 04a6fc5

Browse files
authored
Update README.md
fixing typo in dependecies from "1.5.0" to "1.4.0"
1 parent e83d664 commit 04a6fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
3131

3232
```toml
3333
[dependencies]
34-
lazy_static = "1.5.0"
34+
lazy_static = "1.4.0"
3535
```
3636

3737
...and see the [docs](https://docs.rs/lazy_static) for how to use it.

0 commit comments

Comments
 (0)