Skip to content

Commit 11b8063

Browse files
Merge branch 'main' into feat/google-ipv4-fetch
2 parents 8e1ed52 + 660a693 commit 11b8063

17 files changed

Lines changed: 403 additions & 269 deletions

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
# Pin to Ubuntu 22.04 (GLIBC 2.35) so the glibc builds run on any
18+
# distro that's ≥ Ubuntu 22.04 / Debian 12 / Mint 21 / Fedora 36.
19+
# ubuntu-latest points at 24.04 (GLIBC 2.39) which bakes in a
20+
# too-new GLIBC symbol requirement and rejects loading on older
21+
# distros. For users behind tight internet who literally can't
22+
# dist-upgrade, this matters.
1723
- target: x86_64-unknown-linux-gnu
18-
os: ubuntu-latest
24+
os: ubuntu-22.04
1925
name: mhrv-rs-linux-amd64
2026
- target: aarch64-unknown-linux-gnu
21-
os: ubuntu-latest
27+
os: ubuntu-22.04
2228
name: mhrv-rs-linux-arm64
2329
- target: x86_64-apple-darwin
2430
os: macos-latest

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mhrv-rs"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting"
66
license = "MIT"

README.md

Lines changed: 155 additions & 130 deletions
Large diffs are not rendered by default.

releases/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains the prebuilt binaries from the latest release, committed directly to the repository for users who cannot reach the GitHub Releases page.
44

5-
Current version: **v0.7.0**
5+
Current version: **v0.7.1**
66

77
| File | Platform | Contents |
88
|---|---|---|
@@ -49,7 +49,7 @@ See the [main README](../README.md) for full setup (Apps Script deployment, conf
4949

5050
این پوشه شامل فایل‌های آخرین نسخه است و مستقیماً در ریپو قرار گرفته برای کاربرانی که به صفحهٔ GitHub Releases دسترسی ندارند.
5151

52-
نسخهٔ فعلی: **v0.7.0**
52+
نسخهٔ فعلی: **v0.7.1**
5353

5454
### دانلود از طریق ZIP
5555

14 KB
Binary file not shown.
364 Bytes
Binary file not shown.
1.15 KB
Binary file not shown.
599 Bytes
Binary file not shown.
10.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)