mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Merge pull request #636 from jbcrail/update-dependencies
Update dependencies.
This commit is contained in:
commit
4f3e8e6f3d
6 changed files with 6 additions and 3 deletions
|
@ -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 @@
|
|||
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 @@
|
|||
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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue