Skip to content

Commit 2f84877

Browse files
committed
bump deps
1 parent b884d26 commit 2f84877

8 files changed

Lines changed: 303 additions & 275 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
env:
10-
RUST_VERSION: 1.92.0
10+
RUST_VERSION: 1.93.0
1111
BIN_NAME: "wstunnel"
1212

1313
jobs:
@@ -145,7 +145,7 @@ jobs:
145145
- name: Build ${{ matrix.platform.name }} binary
146146
uses: actions-rs/cargo@v1
147147
env:
148-
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '16' || '12' }}
148+
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '14' || '12' }}
149149
# We use cross-rs if not running on x86_64 architecture on Linux
150150
with:
151151
command: build

0 commit comments

Comments
 (0)