File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " glob"
4
- version = " 0.2.11 "
4
+ version = " 0.3.0 "
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
homepage = " https://github.com/rust-lang/glob"
8
8
repository = " https://github.com/rust-lang/glob"
9
- documentation = " https://doc.rust-lang.org /glob"
9
+ documentation = " https://docs.rs /glob/0.3.0 "
10
10
description = """
11
11
Support for matching file paths against Unix shell style patterns.
12
12
"""
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To use `glob`, add this to your `Cargo.toml`:
13
13
14
14
``` toml
15
15
[dependencies ]
16
- glob = " 0.2 "
16
+ glob = " 0.3.0 "
17
17
```
18
18
19
19
And add this to your crate root:
Original file line number Diff line number Diff line change 58
58
#![ doc(
59
59
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
60
60
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
61
- html_root_url = "https://doc.rust-lang.org /glob/"
61
+ html_root_url = "https://docs.rs /glob/0.3.0 "
62
62
) ]
63
63
#![ deny( missing_docs) ]
64
64
#![ cfg_attr( all( test, windows) , feature( std_misc) ) ]
You can’t perform that action at this time.
0 commit comments