Skip to content

Commit 423d650

Browse files
add alpha feature
1 parent 725e3f4 commit 423d650

File tree

2 files changed

+57
-9
lines changed

2 files changed

+57
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ default = []
1919
arbitrary = { version = "1", features = ["derive"] , optional = true }
2020
borsh = { version = "1.0.0", features = ["rc"], optional = true }
2121
serde = { version = "1.0.119", features = ["alloc", "derive", "rc"], optional = true }
22-
schemars = { version = "1.0.0-alpha.17", optional = true }
22+
schemars = { version = "0.8.22", optional = true }
23+
schemars-alpha = { version = "1.0.0-alpha.17", optional = true, package = "schemars" }
2324

2425
[dev-dependencies]
2526
bolero = ">=0.8.0, <0.10.0"

0 commit comments

Comments
 (0)