Skip to content

Commit

Permalink
fix: feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Mar 2, 2024
1 parent 49961e7 commit 66b27a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_valid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ once_cell = "^1.7"
paste = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, optional = true }
serde_json = { workspace = true }
serde_toml = { package = "toml", version = "^0.8", optional = true }
serde_valid_derive = { version = "0.18.0", path = "../serde_valid_derive" }
serde_valid_literal = { version = "0.18.0", path = "../serde_valid_literal" }
Expand Down

0 comments on commit 66b27a4

Please sign in to comment.