fix: Remove dependency on unnecessary bdk_chain features
This commit is contained in:
		
							parent
							
								
									9bd528607a
								
							
						
					
					
						commit
						5e79b81a6a
					
				| @ -12,6 +12,6 @@ readme = "README.md" | |||||||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||||
| 
 | 
 | ||||||
| [dependencies] | [dependencies] | ||||||
| bdk_chain = { path = "../chain", version = "0.5.0", features = ["serde", "miniscript"] } | bdk_chain = { path = "../chain", version = "0.5.0", default-features = false } | ||||||
| electrum-client = { version = "0.18" } | electrum-client = { version = "0.18" } | ||||||
| #rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] } | #rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] } | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ readme = "README.md" | |||||||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||||
| 
 | 
 | ||||||
| [dependencies] | [dependencies] | ||||||
| bdk_chain = { path = "../chain", version = "0.5.0", default-features = false, features = ["serde", "miniscript"] } | bdk_chain = { path = "../chain", version = "0.5.0", default-features = false } | ||||||
| esplora-client = { version = "0.6.0", default-features = false } | esplora-client = { version = "0.6.0", default-features = false } | ||||||
| async-trait = { version = "0.1.66", optional = true } | async-trait = { version = "0.1.66", optional = true } | ||||||
| futures = { version = "0.3.26", optional = true } | futures = { version = "0.3.26", optional = true } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user