We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a5b40 commit faeab1fCopy full SHA for faeab1f
Formula/d/diesel.rb
@@ -1,10 +1,10 @@
1
class Diesel < Formula
2
desc "Command-line tool for Rust ORM Diesel"
3
homepage "https://diesel.rs"
4
- url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.2.tar.gz"
5
- sha256 "5fdbf6942dd3d52a7f3648ed5ea35556840dd17e768c9fa6897102a982b83088"
+ url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.3.tar.gz"
+ sha256 "11941ce0131aede9cfc915eaa8696cab650d528634a9647fccc853d96889f2aa"
6
license any_of: ["Apache-2.0", "MIT"]
7
- head "https://github.com/diesel-rs/diesel.git", branch: "master"
+ head "https://github.com/diesel-rs/diesel.git", branch: "main"
8
9
bottle do
10
sha256 cellar: :any, arm64_tahoe: "033e3b37835736def3b6929f2f6ded6512b4c717a0758724c5b38a884c246b0a"
0 commit comments