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 11[package ]
2-
32name = " glob"
43version = " 0.3.2"
54authors = [" The Rust Project Developers" ]
65license = " MIT OR Apache-2.0"
76homepage = " https://github.com/rust-lang/glob"
87repository = " https://github.com/rust-lang/glob"
9- documentation = " https://docs.rs/glob/0.3.1 "
8+ documentation = " https://docs.rs/glob"
109description = """
1110Support for matching file paths against Unix shell style patterns.
1211"""
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ To use `glob`, add this to your `Cargo.toml`:
1313
1414``` toml
1515[dependencies ]
16- glob = " 0.3.1 "
16+ glob = " 0.3.2 "
1717```
1818
1919If you're using Rust 1.30 or earlier, or edition 2015, add this to your crate root:
20+
2021``` rust
2122extern crate glob;
2223```
You can’t perform that action at this time.
0 commit comments