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 787804a commit c4b6323Copy full SHA for c4b6323
Formula/d/diesel.rb
@@ -1,8 +1,8 @@
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.2.3.tar.gz"
5
- sha256 "ce766358766f8593eb06c4a7fc67537195af8fadd690b9e5b1fb17f8b8507e44"
+ url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.2.4.tar.gz"
+ sha256 "519e761055dea9abf6172b8ec15c0fd0da53c859e6b6809daeb104bbecd6fe57"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/diesel-rs/diesel.git", branch: "master"
8
0 commit comments