Skip to content

Commit

Permalink
Merge pull request #63 from TeXitoi/make_stable_compile
Browse files Browse the repository at this point in the history
make stable compile after syntex update
  • Loading branch information
benashford committed Apr 11, 2016
2 parents 2467300 + 8732593 commit 05dfc19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ nightly_without_ssl = ["serde_macros"]
ssl = ["hyper/ssl"]

[build-dependencies]
quasi = "^0.8"
quasi = "^0.9"
serde_codegen = {version = "^0.7.1", optional = true}
syntex = "^0.30"
syntex = "^0.31"

[dependencies]
hyper = {version = "^0.8", default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl Client {
#[cfg(test)]
pub mod tests {
extern crate env_logger;
pub extern crate regex;
extern crate regex;

use std::env;

Expand Down
2 changes: 0 additions & 2 deletions src/operations/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ pub struct MappingResult;
pub mod tests {
extern crate env_logger;

use std::collections::HashMap;

use super::MappingOperation;

#[derive(Debug, Serialize)]
Expand Down

0 comments on commit 05dfc19

Please sign in to comment.