summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-09-14 14:28:56 +0200
committerStefan Kreutz <mail@skreutz.com>2023-09-14 14:28:56 +0200
commit74083a32d0546178af5c8d1bf11957f25440997d (patch)
treef1ae9aa0960327088e70be3adb2219b207a2e50e
parentd4c2650633118b98d284c71baa91b57a69173ae8 (diff)
downloadparseq-74083a32d0546178af5c8d1bf11957f25440997d.tar
Set resolver for examples workspace
See https://github.com/rust-lang/rust/issues/90148
-rw-r--r--examples/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 4f10fc3..6696429 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -1,3 +1,4 @@
[workspace]
members = ["*"]
exclude = ["target"]
+resolver = "2"
Generated by cgit. See skreutz.com for my tech blog and contact information.