diff options
Diffstat (limited to 'bv1/Cargo.toml')
-rw-r--r-- | bv1/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bv1/Cargo.toml b/bv1/Cargo.toml index 489eec7..0751e6a 100644 --- a/bv1/Cargo.toml +++ b/bv1/Cargo.toml @@ -1,3 +1,4 @@ [workspace] members = ["codec", "app", "codec-web"] default-members = ["app", "codec-web"] +resolver = "2" |