Skip to content

Commit

Permalink
fix(trycmd) bump schemars to 0.8.9 to fix minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 2, 2024
1 parent bbd7fc4 commit a3a20b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trycmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ humantime-serde = "1"
toml_edit = { version = "0.22.13", features = ["serde"] }
escargot = { version = "0.5.7", optional = true }

schemars = { version = "0.8.3", features = ["preserve_order"], optional = true }
schemars = { version = "0.8.9", features = ["preserve_order"], optional = true }
serde_json = { version = "1.0", optional = true }

[lints]
Expand Down

0 comments on commit a3a20b9

Please sign in to comment.