bump deps

This commit is contained in:
Σrebe - Romain GERARD
2026-02-01 11:40:59 +01:00
parent b884d2647f
commit 2f84877c1a
8 changed files with 303 additions and 275 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ on:
branches: [ "main" ]
env:
RUST_VERSION: 1.92.0
RUST_VERSION: 1.93.0
BIN_NAME: "wstunnel"
jobs:
@@ -145,7 +145,7 @@ jobs:
- name: Build ${{ matrix.platform.name }} binary
uses: actions-rs/cargo@v1
env:
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '16' || '12' }}
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '14' || '12' }}
# We use cross-rs if not running on x86_64 architecture on Linux
with:
command: build