Skip to content

Commit

Permalink
Temporary solve serde-rs/test#31 by using patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Aug 5, 2024
1 parent f045835 commit 87be59f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ members = [

[patch.crates-io]
serde = { path = "serde" }
# Temorary until https://github.com/serde-rs/test/pull/31 is merged
serde_test = { git = "https://github.com/Mingun/serde-test", branch = "borrowed-variant-identifiers" }

[workspace.dependencies]
proc-macro2 = { version = "1.0.74", default-features = false }
Expand Down

0 comments on commit 87be59f

Please sign in to comment.