diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-09-14 14:28:56 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-09-14 14:28:56 +0200 |
commit | 74083a32d0546178af5c8d1bf11957f25440997d (patch) | |
tree | f1ae9aa0960327088e70be3adb2219b207a2e50e | |
parent | d4c2650633118b98d284c71baa91b57a69173ae8 (diff) | |
download | parseq-74083a32d0546178af5c8d1bf11957f25440997d.tar |
Set resolver for examples workspace
See https://github.com/rust-lang/rust/issues/90148
-rw-r--r-- | examples/Cargo.toml | 1 |
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" |