Skip to content

Commit

Permalink
Bump flake (#1596)
Browse files Browse the repository at this point in the history
- Stable Rust 1.85.0
- Nightly Rust 2025-02-21
- Bump rust deps
- Regenerate LRE toolchains
- Migrate to new bun lockfile
- Re-enable MacOS web workflow
- Bump Go deps
  • Loading branch information
aaronmondal authored Feb 22, 2025
1 parent 96adea4 commit 34f1c94
Show file tree
Hide file tree
Showing 50 changed files with 5,129 additions and 3,209 deletions.
6 changes: 6 additions & 0 deletions .github/styles/config/vocabularies/TraceMachina/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ Ansys
AMI
Astro
Bazel
Bazelisk
Cloudflare
ELB
FFI
FFIs
GPUs
Goma
[Hh]ermeticity
JDK
Kustomization
Kustomizations
LLD
LLM
LLMs
LLVM
Machina
[Mm]etamaterials
Expand All @@ -29,6 +33,7 @@ Starlark
Tokio
TraceMachina
[Tt]oolchain
[Tt]oolchains
Qwik
Verilator
Verilog
Expand All @@ -48,6 +53,7 @@ namespace
Pulumi
Tekton
async
asynchronicity
API
APIs
Dedup
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
matrix:
os:
- ubuntu-24.04
# TODO(aaronmondal): Re-enable after:
# https://github.com/NixOS/nixpkgs/pull/371501
# - macos-15
- macos-15
name: Web Platform Deployment / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
environment: production
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linters:
enable-all: true
disable:
# Deprecated.
- exportloopref
- tenv

# Allow all packages for now.
- depguard
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rust_binary(
"@crates//:axum",
"@crates//:clap",
"@crates//:futures",
"@crates//:hyper-1.5.2",
"@crates//:hyper-1.6.0",
"@crates//:hyper-util",
"@crates//:mimalloc",
"@crates//:opentelemetry",
Expand Down
Loading

0 comments on commit 34f1c94

Please sign in to comment.