@@ -3,7 +3,6 @@ run_task = { name = ["install_targets","install_diesel", "install_protobuf"] }
[tasks.install_diesel]
script = """
-brew install sqlite3
cargo install diesel_cli --no-default-features --features sqlite
"""
@@ -17,8 +16,6 @@ rustup target add aarch64-apple-darwin
[tasks.install_protobuf]
-brew install [email protected]
-
# Custom dart:
#brew tap dart-lang/dart
#brew install dart