File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
-
3
2
name = " glob"
4
3
version = " 0.3.2"
5
4
authors = [" The Rust Project Developers" ]
6
5
license = " MIT OR Apache-2.0"
7
6
homepage = " https://github.com/rust-lang/glob"
8
7
repository = " https://github.com/rust-lang/glob"
9
- documentation = " https://docs.rs/glob/0.3.1 "
8
+ documentation = " https://docs.rs/glob"
10
9
description = """
11
10
Support for matching file paths against Unix shell style patterns.
12
11
"""
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ To use `glob`, add this to your `Cargo.toml`:
13
13
14
14
``` toml
15
15
[dependencies ]
16
- glob = " 0.3.1 "
16
+ glob = " 0.3.2 "
17
17
```
18
18
19
19
If you're using Rust 1.30 or earlier, or edition 2015, add this to your crate root:
20
+
20
21
``` rust
21
22
extern crate glob;
22
23
```
You can’t perform that action at this time.
0 commit comments