Fix warn macro import for Linux build, add cargo PATH to release script
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Ensure cargo is on PATH
|
||||
export PATH="${HOME}/.cargo/bin:${PATH}"
|
||||
|
||||
# ============================================================
|
||||
# Release configuration
|
||||
# ============================================================
|
||||
|
||||
Reference in New Issue
Block a user