Commit Graph

5 Commits

Author SHA1 Message Date
Louis Knight-Webb
e16602cc0f Downgrade version 2025-12-15 22:12:03 +00:00
Louis Knight-Webb
8a623ee924 Larger runner (#1552)
* Use a larger ubuntu runner

* chore: bump version to 0.0.136

---------

Co-authored-by: Solomon <abcpro11051@disroot.org>
Co-authored-by: GitHub Action <action@github.com>
2025-12-15 22:01:46 +00:00
Louis Knight-Webb
47a6665175 Reqwest fix: (#1549)
1. **No `openssl-sys` compilation** - The build used `rustls`, `ring`, and `tokio-rustls` instead
2. **All dependencies are pure Rust** - No C compilation required
3. **Build completed in 6.39s** - Fast compilation without vendored OpenSSL

The single-line change to `crates/review/Cargo.toml` switches from the default OpenSSL TLS backend to Rustls, which avoids the `openssl-sys` build failure in CI. This matches the pattern already used by `crates/remote`.
2025-12-15 20:37:24 +00:00
Louis Knight-Webb
51bcd30d30 update prod URL 2025-12-15 19:47:35 +00:00
Louis Knight-Webb
fd9e5e5d79 Remote review (#1521) 2025-12-15 19:42:13 +00:00