File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " glob"
4- version = " 0.3.0 "
4+ version = " 0.3.1 "
55authors = [" The Rust Project Developers" ]
66license = " MIT OR Apache-2.0"
77homepage = " https://github.com/rust-lang/glob"
88repository = " https://github.com/rust-lang/glob"
9- documentation = " https://docs.rs/glob/0.3.0 "
9+ documentation = " https://docs.rs/glob/0.3.1 "
1010description = """
1111Support for matching file paths against Unix shell style patterns.
1212"""
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To use `glob`, add this to your `Cargo.toml`:
1313
1414``` toml
1515[dependencies ]
16- glob = " 0.3.0 "
16+ glob = " 0.3.1 "
1717```
1818
1919And add this to your crate root:
Original file line number Diff line number Diff line change 5858#![ doc(
5959 html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
6060 html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
61- html_root_url = "https://docs.rs/glob/0.3.0 "
61+ html_root_url = "https://docs.rs/glob/0.3.1 "
6262) ]
6363#![ deny( missing_docs) ]
6464
You can’t perform that action at this time.
0 commit comments