ectool 0.3.0
Crates depending on both ectool and hidapi will have to disable hidapi's default features (annoyingly) or it will fail to compile saying only one backend should be enabled.
This commit is contained in:
		
				
					committed by
					
						
						Jeremy Soller
					
				
			
			
				
	
			
			
			
						parent
						
							e30779ab8d
						
					
				
				
					commit
					71f0f1e181
				
			
							
								
								
									
										2
									
								
								tool/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								tool/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -87,7 +87,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "system76_ectool"
 | 
					name = "system76_ectool"
 | 
				
			||||||
version = "0.2.3"
 | 
					version = "0.3.0"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "system76_ectool"
 | 
					name = "system76_ectool"
 | 
				
			||||||
version = "0.2.3"
 | 
					version = "0.3.0"
 | 
				
			||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
description = "System76 EC tool"
 | 
					description = "System76 EC tool"
 | 
				
			||||||
license = "MIT"
 | 
					license = "MIT"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user