Fixed a warning and bumbed libusb-sys (#4507)

This commit is contained in:
Arkadiy Paronyan 2017-02-10 12:28:57 +01:00 committed by GitHub
parent d36303365f
commit 8fd694ea47
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1150,7 +1150,7 @@ dependencies = [
[[package]]
name = "libusb-sys"
version = "0.2.3"
source = "git+https://github.com/ethcore/libusb-sys#3c56a34bd040b0e60758824d839d9b700cfad2e0"
source = "git+https://github.com/ethcore/libusb-sys#c10b1180646c9dc3f23a9b6bb825abcd3b7487ce"
dependencies = [
"gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use serde::{Serialize};
/// Account information.
#[derive(Debug, Default, Clone, PartialEq, Serialize)]
pub struct AccountInfo {