Fixed a warning and bumbed libusb-sys (#4507)
This commit is contained in:
		
							parent
							
								
									d36303365f
								
							
						
					
					
						commit
						8fd694ea47
					
				
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -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)",
 | 
			
		||||
 | 
			
		||||
@ -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 {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user