fix: as isize
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-30 22:45:06 +01:00
parent 84626939e7
commit 3ff9cff6d6
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -40,7 +40,7 @@ Host *
"#, "#,
) )
.permissions(0700) .permissions(0700 as isize)
.build()?, .build()?,
) )
.with_unix_socket(&sock_var, socket) .with_unix_socket(&sock_var, socket)