Skip to content

Commit 473d008

Browse files
committed
Bump to 0.1.9
1 parent 54ed9e6 commit 473d008

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "glob"
4-
version = "0.1.8"
4+
version = "0.1.9"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
homepage = "https://github.com/rust-lang/glob"

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
2525
html_root_url = "http://doc.rust-lang.org/glob/")]
2626
#![cfg_attr(test, deny(warnings))]
27-
#![feature(path, io, core, collections, hash, std_misc, unicode, env)]
27+
#![cfg_attr(test, feature(env))]
28+
#![feature(path, io, core, collections, hash, std_misc, unicode)]
2829

2930
use std::ascii::AsciiExt;
3031
use std::cell::Cell;

0 commit comments

Comments
 (0)