Skip to content

Commit 310e4f3

Browse files
authored
chore: Upgrade schemars (#15602)
### What does this PR try to resolve? 0.9.0 may look like a downgrade but the maintainer has decided to go back to `0.x` versions rather than continuing to use pre-release versions ### How should we test and review this PR? ### Additional information
2 parents a9e8aa2 + 92cb7b9 commit 310e4f3

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ rustc-hash = "2.1.1"
8585
rustc-stable-hash = "0.1.2"
8686
rustfix = { version = "0.9.0", path = "crates/rustfix" }
8787
same-file = "1.0.6"
88-
schemars = "1.0.0-alpha.17"
88+
schemars = "0.9.0"
8989
security-framework = "3.2.0"
9090
semver = { version = "1.0.25", features = ["serde"] }
9191
serde = "1.0.217"

crates/cargo-util-schemas/manifest.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,8 @@
986986
"priority": {
987987
"type": "integer",
988988
"format": "int8",
989+
"minimum": -128,
990+
"maximum": 127,
989991
"default": 0
990992
}
991993
},

0 commit comments

Comments
 (0)