remove dependency on feature "rc" of serde
This commit is contained in:
		
							parent
							
								
									179886e5e5
								
							
						
					
					
						commit
						c624ed31f8
					
				| 
						 | 
					@ -36,7 +36,7 @@ itertools = "0.14.0"
 | 
				
			||||||
mlua = { version = "0.10.2", features = ["lua54", "vendored"], optional = true }
 | 
					mlua = { version = "0.10.2", features = ["lua54", "vendored"], optional = true }
 | 
				
			||||||
path-absolutize = "3.1.1"
 | 
					path-absolutize = "3.1.1"
 | 
				
			||||||
pathdiff = "0.2.3"
 | 
					pathdiff = "0.2.3"
 | 
				
			||||||
serde = { version = "1.0.217", features = ["derive", "rc"], optional = true }
 | 
					serde = { version = "1.0.217", features = ["derive"], optional = true }
 | 
				
			||||||
shulkerbox = { version = "0.1.0", default-features = false, optional = true }
 | 
					shulkerbox = { version = "0.1.0", default-features = false, optional = true }
 | 
				
			||||||
strsim = "0.11.1"
 | 
					strsim = "0.11.1"
 | 
				
			||||||
strum = { version = "0.26.2", features = ["derive"] }
 | 
					strum = { version = "0.26.2", features = ["derive"] }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue