Skip to content

Commit 7f58c95

Browse files
force revert version to 0.9.0 since that seems to be what all the major crates use
1 parent d970082 commit 7f58c95

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
@@ -18,7 +18,7 @@ name = "non_empty_string"
1818
[dependencies]
1919
serde = { version = "1", optional = true }
2020
delegate = { version = "0.8" }
21-
schemars = { version = "1", optional = true }
21+
schemars = { version = "0.9.0", optional = true }
2222

2323
[dev-dependencies]
2424
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)