mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			652 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			652 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/Cargo.lock b/Cargo.lock
 | |
| index 807f0eb..2791bee 100644
 | |
| --- a/Cargo.lock
 | |
| +++ b/Cargo.lock
 | |
| @@ -1130,7 +1130,6 @@ version = "0.16.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
|  checksum = "5e5b95e89c330291768dc840238db7f9e204fd208511ab6319b56193a7f2ae25"
 | |
|  dependencies = [
 | |
| - "cc",
 | |
|   "pkg-config",
 | |
|   "vcpkg",
 | |
|  ]
 | |
| diff --git a/Cargo.toml b/Cargo.toml
 | |
| index e88ccb3..5792637 100644
 | |
| --- a/Cargo.toml
 | |
| +++ b/Cargo.toml
 | |
| @@ -40,7 +40,6 @@ version = "1.4.3"
 | |
|  features = ["r2d2", "sqlite"]
 | |
|  [dependencies.libsqlite3-sys]
 | |
|  version = "0.16.0"
 | |
| -features = ["bundled"]
 | |
|  [dependencies.serde]
 | |
|  version = "1.0.104"
 | |
|  features = ["derive"]
 |