From 1cae4aaf868f0d3b3e28d91e331d83782369abda Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Fri, 15 Mar 2019 23:07:24 +0100 Subject: [PATCH] remove crate override --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e2567f..a0f31c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,3 @@ yubihsm-mock = ["yubihsm/mockhsm"] # Enable integer overflow checks in release builds for security reasons [profile.release] overflow-checks = true - -#[patch.crates-io] -#ledger-tendermint = { path = "../ledger-tendermint-rs" }