diff --git a/ipc/nano/src/lib.rs b/ipc/nano/src/lib.rs index f5fdef8ed..ee5dd500d 100644 --- a/ipc/nano/src/lib.rs +++ b/ipc/nano/src/lib.rs @@ -377,7 +377,7 @@ mod service_tests { } } - impl IpcInterface for DummyService { + impl IpcInterface for DummyService { fn dispatch(&self, _r: &mut R) -> Vec where R: Read { vec![] } diff --git a/scripts/targets.sh b/scripts/targets.sh index 0885bf2c8..1570199f5 100644 --- a/scripts/targets.sh +++ b/scripts/targets.sh @@ -13,4 +13,5 @@ export TARGETS=" -p ethsync \ -p ethcore-ipc \ -p ethcore-ipc-tests \ + -p ethcore-ipc-nano \ -p parity"