Skip to content

Commit 59f9e6b

Browse files
authored
Update README.md
1 parent 4ece477 commit 59f9e6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ To use `glob`, add this to your `Cargo.toml`:
1616
glob = "0.3.1"
1717
```
1818

19+
If you're using Rust 1.30 or earlier, or edition 2015, add this to your crate root:
20+
```rust
21+
extern crate glob;
22+
```
23+
1924
## Examples
2025

2126
Print all jpg files in /media/ and all of its subdirectories.

0 commit comments

Comments
 (0)