mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Update dependencies.
I added the regex-syntax crate to the dependencies for hashsum, nl, and ptx.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
DEPLIBS += regex crypto rand rustc-serialize time
|
||||
DEPLIBS += regex regex-syntax crypto rand rustc-serialize time
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
extern crate crypto;
|
||||
extern crate getopts;
|
||||
extern crate regex_syntax;
|
||||
extern crate regex;
|
||||
|
||||
use crypto::digest::Digest;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
DEPLIBS += regex
|
||||
DEPLIBS += regex regex-syntax
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
extern crate getopts;
|
||||
extern crate regex_syntax;
|
||||
extern crate regex;
|
||||
|
||||
use std::fs::File;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
DEPLIBS += regex
|
||||
DEPLIBS += regex regex-syntax
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
extern crate getopts;
|
||||
extern crate regex_syntax;
|
||||
extern crate regex;
|
||||
|
||||
use std::collections::{HashMap, HashSet, BTreeSet};
|
||||
|
||||
Reference in New Issue
Block a user