Merge pull request #965 from ethcore/build-remove-nano
Remove nanomsg from build-dependencies
This commit is contained in:
commit
6826712861
@ -24,4 +24,3 @@ quasi = { version = "*", default-features = false }
|
|||||||
quasi_macros = { version = "*", optional = true }
|
quasi_macros = { version = "*", optional = true }
|
||||||
syntex = { version = "*", optional = true }
|
syntex = { version = "*", optional = true }
|
||||||
syntex_syntax = { version = "*", optional = true }
|
syntex_syntax = { version = "*", optional = true }
|
||||||
"ethcore-ipc" = { path = "../rpc"}
|
|
||||||
|
@ -39,8 +39,6 @@ extern crate syntax;
|
|||||||
#[cfg(not(feature = "with-syntex"))]
|
#[cfg(not(feature = "with-syntex"))]
|
||||||
extern crate rustc_plugin;
|
extern crate rustc_plugin;
|
||||||
|
|
||||||
extern crate ethcore_ipc as ipc;
|
|
||||||
|
|
||||||
#[cfg(not(feature = "with-syntex"))]
|
#[cfg(not(feature = "with-syntex"))]
|
||||||
use syntax::feature_gate::AttributeType;
|
use syntax::feature_gate::AttributeType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user