mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #626 from jbcrail/upgrade-regex-cargo
Upgrade regex cargo.
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ libc = "0.1.7"
|
||||
getopts = "0.2.11"
|
||||
num_cpus = "*"
|
||||
rand = "0.3.8"
|
||||
regex = "0.1.30"
|
||||
regex = "0.1.33"
|
||||
rust-crypto = "0.2.31"
|
||||
rustc-serialize = "0.3.13"
|
||||
time = "0.1.25"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
extern crate getopts;
|
||||
extern crate libc;
|
||||
extern crate regex;
|
||||
extern crate regex_syntax;
|
||||
|
||||
use getopts::Options;
|
||||
use regex::Regex;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
DEPLIBS += regex
|
||||
DEPLIBS += regex regex-syntax
|
||||
|
||||
Reference in New Issue
Block a user