Skip to content

Commit 94615fa

Browse files
committed
revert schemars version for dscecho
1 parent 63aab3a commit 94615fa

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

dscecho/Cargo.lock

Lines changed: 4 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dscecho/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ strip = "symbols" # See split-debuginfo - allows us to drop the size b
1515
[dependencies]
1616
clap = { version = "4.5", features = ["derive"] }
1717
rust-i18n = { version = "3.1" }
18-
schemars = { version = "0.9" }
18+
schemars = { version = "0.8" }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = { version = "1.0", features = ["preserve_order"] }

0 commit comments

Comments
 (0)