Skip to content

Commit aa5b888

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Changed
99

1010
### Added
11+
- Support `serde_valid` 0.16.
1112

1213
### Fixed
1314

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)