fix(rust): clean up unused Rust warnings in bridge, network, and server modules

This commit is contained in:
2026-04-01 03:58:10 +00:00
parent 3f40506246
commit 96a3159c5d
5 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.19.0',
version: '1.19.1',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}