Skip to content

Commit 7e8e847

Browse files
committed
switch from wildcard version to semver-minor
1 parent 7b93aae commit 7e8e847

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
@@ -13,7 +13,7 @@ To use `glob`, add this to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
glob = "*"
16+
glob = "0.2"
1717
```
1818

1919
And add this to your crate root:

0 commit comments

Comments
 (0)