Skip to content

Commit 8177217

Browse files
committed
Support serde_valid 0.16
1 parent 8ccca5c commit 8177217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ conversion = ["frunk", "frunk_derives", "frunk_core", "frunk-enum-core", "frunk-
3232
base64 = "0.13"
3333
serde = { version = "1.0.119", optional = true, features = ["derive"] }
3434
serde_json = { version = "1.0", optional = true }
35-
serde_valid = { version = "0.15", optional = true }
35+
serde_valid = { version = ">= 0.15, < 0.17", optional = true }
3636
regex = { version = "1", optional = true }
3737
paste = { version = "1", optional = true }
3838
hyper = "0.14"

0 commit comments

Comments
 (0)