1
Fork 0
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:
Heather 2015-06-05 06:56:24 +03:00
commit 4f3e8e6f3d
6 changed files with 6 additions and 3 deletions

View file

@ -1 +1 @@
DEPLIBS += regex crypto rand rustc-serialize time
DEPLIBS += regex regex-syntax crypto rand rustc-serialize time

View file

@ -13,6 +13,7 @@
extern crate crypto;
extern crate getopts;
extern crate regex_syntax;
extern crate regex;
use crypto::digest::Digest;

View file

@ -1 +1 @@
DEPLIBS += regex
DEPLIBS += regex regex-syntax

View file

@ -12,6 +12,7 @@
*/
extern crate getopts;
extern crate regex_syntax;
extern crate regex;
use std::fs::File;

View file

@ -1 +1 @@
DEPLIBS += regex
DEPLIBS += regex regex-syntax

View file

@ -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};