chore: enable cargo v2 resolver to prevent dev-deps from enabling log feature of mio (#5787)

This commit is contained in:
Taiki Endo
2023-06-11 17:34:22 +09:00
committed by GitHub
parent 2a54ad01d0
commit c5d52c17ae
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[workspace]
resolver = "2"
members = [
"tokio",
"tokio-macros",