Cargo.toml: Simplify versions
This should not change the selection of the versions to update to. Cargo considers the leftmost non-zero part of the version, to be the number that changes compatibility, and will not update to a version that it considers to be incompatible. For more information, read: https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/676>
This commit is contained in:
		
				
					committed by
					
						
						Marge Bot
					
				
			
			
				
	
			
			
			
						parent
						
							80ded34601
						
					
				
				
					commit
					2668827ed9
				
			
							
								
								
									
										20
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								Cargo.toml
									
									
									
									
									
								
							@ -28,39 +28,39 @@ clap_v4 = []
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
maplit = "1.0.*"
 | 
					maplit = "1.0.*"
 | 
				
			||||||
serde = { version = "1.0.*", features = ["derive"] }
 | 
					serde = { version = "1.0.*", features = ["derive"] }
 | 
				
			||||||
serde_yaml = "0.9.*"
 | 
					serde_yaml = "0.9"
 | 
				
			||||||
bitflags = "1.3.*"
 | 
					bitflags = "1.3.*"
 | 
				
			||||||
clap = { version = ">=4.4", features=["std"], default-features = false }
 | 
					clap = { version = ">=4.4", features=["std"], default-features = false }
 | 
				
			||||||
zbus = "1.9.*"
 | 
					zbus = "1.9.*"
 | 
				
			||||||
zvariant = "2.10.*"
 | 
					zvariant = "2.10.*"
 | 
				
			||||||
zvariant_derive = "2.10.*"
 | 
					zvariant_derive = "2.10.*"
 | 
				
			||||||
xkbcommon = { version = "0.7.*", features = ["wayland"] }
 | 
					xkbcommon = { version = "0.7", features = ["wayland"] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.cairo-rs]
 | 
					[dependencies.cairo-rs]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.cairo-sys-rs]
 | 
					[dependencies.cairo-sys-rs]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.gdk]
 | 
					[dependencies.gdk]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.gio]
 | 
					[dependencies.gio]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
features = ["v2_58"]
 | 
					features = ["v2_58"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.glib]
 | 
					[dependencies.glib]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
features = ["v2_58"]
 | 
					features = ["v2_58"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.glib-sys]
 | 
					[dependencies.glib-sys]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
features = ["v2_58"]
 | 
					features = ["v2_58"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.gtk]
 | 
					[dependencies.gtk]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
features = ["v3_24"]
 | 
					features = ["v3_24"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.gtk-sys]
 | 
					[dependencies.gtk-sys]
 | 
				
			||||||
version = "0.18.*"
 | 
					version = "0.18"
 | 
				
			||||||
features = ["v3_24"]
 | 
					features = ["v3_24"]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user