Skip to content

Commit

Permalink
schemars from git
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 29, 2024
1 parent a732a11 commit 198ce2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ lazy_static = { version = "1", optional = true }
prettyplease = { version = "0.1", optional = true }

[patch.crates-io]
schemars = { path = '../../rust/schemars/schemars' }
schemars_derive = { path = '../../rust/schemars/schemars_derive' }
schemars = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }
schemars_derive = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }

[features]
schema = ["schemars", "bitbuffer/schemars"]
Expand Down

0 comments on commit 198ce2f

Please sign in to comment.