We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f045835 commit 87be59fCopy full SHA for 87be59f
Cargo.toml
@@ -8,6 +8,8 @@ members = [
8
9
[patch.crates-io]
10
serde = { path = "serde" }
11
+# Temorary until https://github.com/serde-rs/test/pull/31 is merged
12
+serde_test = { git = "https://github.com/Mingun/serde-test", branch = "borrowed-variant-identifiers" }
13
14
[workspace.dependencies]
15
proc-macro2 = { version = "1.0.74", default-features = false }
0 commit comments