Skip to content

Commit fab217c

Browse files
fix(deps): update rust crate schemars to v1
1 parent b4e8407 commit fab217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "garden-schema"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
schemars = "0.8"
16+
schemars = "1.0"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
jsonschema = "0.17"

0 commit comments

Comments
 (0)