Skip to content

Commit

Permalink
[rust] Bump to rulest_rust 0.45.1 (Rust 1.77.2) and remove MACOSX_DEP…
Browse files Browse the repository at this point in the history
…LOYMENT_TARGET env
  • Loading branch information
bonigarcia committed May 28, 2024
1 parent b3d5b40 commit 7c3392f
Show file tree
Hide file tree
Showing 3 changed files with 3,039 additions and 546 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ jobs:
if: github.event_name != 'schedule'
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
MACOSX_DEPLOYMENT_TARGET: '10.12'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down Expand Up @@ -201,7 +200,6 @@ jobs:
if: github.event_name != 'schedule'
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
MACOSX_DEPLOYMENT_TARGET: '10.12'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ rules_closure_toolchains()

http_archive(
name = "rules_rust",
integrity = "sha256-JLN47ZcAbx9wEr5Jiib4HduZATGLiDgK7oUi/fvotzU=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.42.1/rules_rust-v0.42.1.tar.gz"],
integrity = "sha256-+bWb47wg0VchIADaHt6L5Dma2Gn+Q589nz/MKcTi+lo=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.45.1/rules_rust-v0.45.1.tar.gz"],
)

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
Expand Down
Loading

0 comments on commit 7c3392f

Please sign in to comment.