Skip to content

Commit

Permalink
rustfmt 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>

autobump: add rustfmt

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Apr 28, 2024
1 parent 9451549 commit 786aa7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,7 @@ rune
rure
rust-analyzer
rustcat
rustfmt
rustscan
rustup-init
rye
Expand Down
4 changes: 2 additions & 2 deletions Formula/r/rustfmt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rustfmt < Formula

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)
desc "Format Rust code"
homepage "https://rust-lang.github.io/rustfmt/"
url "https://github.com/rust-lang/rustfmt/archive/refs/tags/v1.6.0.tar.gz"
sha256 "32ba647a9715efe2699acd3d011e9f113891be02ac011d314b955a9beea723a2"
url "https://github.com/rust-lang/rustfmt/archive/refs/tags/v1.7.0.tar.gz"
sha256 "9f228d6192104a57efd73b20b8f0a2189c920373655b0c17b75758afab805be8"
license any_of: ["MIT", "Apache-2.0"]
head "https://github.com/rust-lang/rustfmt.git", branch: "master"

Expand Down

0 comments on commit 786aa7d

Please sign in to comment.