deps: Accept only bugfix version changes

This commit is contained in:
Dorota Czaplejewicz
2019-09-24 11:16:08 +00:00
parent 169f33c67a
commit 150fb3cf6a
2 changed files with 8 additions and 8 deletions

View File

@ -3,11 +3,11 @@ name = "rs"
version = "0.1.0"
[dependencies]
bitflags = "1.0"
maplit = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
xkbcommon = { version = "0.4", features = ["wayland"] }
bitflags = "1.0.*"
maplit = "1.0.*"
serde = { version = "1.0.*", features = ["derive"] }
serde_yaml = "0.8.*"
xkbcommon = { version = "0.4.*", features = ["wayland"] }
[lib]
name = "rs"