Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-binutils: update test (rust 1.83.0) #199604

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Formula/c/cargo-binutils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CargoBinutils < Formula

Check notice on line 1 in Formula/c/cargo-binutils.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for cargo-binutils built at 55209cc11e7 (Merge 316c926e2e84d4c1632940178e238dc7b907c6ad into cc93d996bcfedc84db0c51b023afb7085edd5300, 2024-11-30)

Check notice on line 1 in Formula/c/cargo-binutils.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for cargo-binutils built at 55209cc11e7 (Merge 316c926e2e84d4c1632940178e238dc7b907c6ad into cc93d996bcfedc84db0c51b023afb7085edd5300, 2024-11-30)
desc "Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain"
homepage "https://github.com/rust-embedded/cargo-binutils"
url "https://github.com/rust-embedded/cargo-binutils/archive/refs/tags/v0.3.6.tar.gz"
Expand Down Expand Up @@ -45,7 +45,11 @@
[package]
name = "demo-crate"
version = "0.1.0"
edition = "2021"
license = "MIT"

[profile.release]
debug = true
TOML

expected = if OS.mac?
Expand Down
Loading