diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-20 11:57:37 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-20 11:57:37 +0100 |
commit | 1d5640c009dd993969c9aba749ecbbd2efe1b634 (patch) | |
tree | 3d41ad57e9f12629e10fdfc969023bc7967b4998 /Cargo.toml | |
parent | 69a77b36172503ada9047a756bb5972a4c7005dc (diff) | |
download | gnix-1d5640c009dd993969c9aba749ecbbd2efe1b634.tar gnix-1d5640c009dd993969c9aba749ecbbd2efe1b634.tar.bz2 gnix-1d5640c009dd993969c9aba749ecbbd2efe1b634.tar.zst |
proxy: unix socket support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "gnix" -version = "2.3.0" +version = "2.4.0" edition = "2021" [dependencies] |