From 263583d8abd21018855648f700dbde0c64f64df7 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 4 Dec 2019 13:20:17 +0000 Subject: [PATCH] diesel: add 1.4.3 bottle. --- Formula/diesel.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/diesel.rb b/Formula/diesel.rb index 4d70a1be5c..300779023f 100644 --- a/Formula/diesel.rb +++ b/Formula/diesel.rb @@ -6,6 +6,13 @@ class Diesel < Formula head "https://github.com/diesel-rs/diesel.git" + bottle do + cellar :any + sha256 "214ec8bbdbb80d992a10cab12223b7c288c629b0d6683fd096a3dcb8d7097832" => :catalina + sha256 "e505f21815ff044a269f377dd79a79f2f1a11390637ae45cc6561625fc575c57" => :mojave + sha256 "c4d113930238a802a007a767068766b388b987374b79a188619a2b36f9f4ca13" => :high_sierra + end + depends_on "rust" => [:build, :test] depends_on "libpq" depends_on "mysql-client"