Skip to content

Commit

Permalink
Merge pull request #1 from rust-lang-nursery/master
Browse files Browse the repository at this point in the history
Merge from master
  • Loading branch information
dingelish authored Jun 23, 2019
2 parents 172265e + 0954034 commit eeb8a73
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 324 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: rust
rust:
- 1.23.0
- stable
- beta
- nightly
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[package]

name = "glob"
version = "0.2.11"
version = "0.3.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/glob"
repository = "https://github.com/rust-lang/glob"
documentation = "https://doc.rust-lang.org/glob"
documentation = "https://docs.rs/glob/0.3.0"
description = """
Support for matching file paths against Unix shell style patterns.
"""
categories = ["filesystem"]

[dev-dependencies]
tempdir = "0.3"
doc-comment = "0.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use `glob`, add this to your `Cargo.toml`:

```toml
[dependencies]
glob = "0.2"
glob = "0.3.0"
```

And add this to your crate root:
Expand Down
Loading

0 comments on commit eeb8a73

Please sign in to comment.