mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			508 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			508 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/crates/cache/Cargo.toml b/crates/cache/Cargo.toml
 | |
| index bd6b571..442ac5c 100644
 | |
| --- a/crates/cache/Cargo.toml
 | |
| +++ b/crates/cache/Cargo.toml
 | |
| @@ -21,7 +21,7 @@ serde = { workspace = true }
 | |
|  serde_derive = { workspace = true }
 | |
|  sha2 = "0.10.2"
 | |
|  toml = { workspace = true }
 | |
| -zstd = { version = "0.13.0", default-features = false }
 | |
| +zstd = { version = "0.13.0", default-features = false, features = ["pkg-config"] }
 | |
|  
 | |
|  [target.'cfg(target_os = "windows")'.dependencies.windows-sys]
 | |
|  workspace = true
 |