Is your feature request related to a problem? Please describe.
Currently pgcat cannot be built on loongarch64 cpu, but that is easily fixable ;)
Describe the solution you'd like
Update dependencies that require ring crate older than 0.17
To be precise those are:
Describe alternatives you've considered
None, I think updating few dependencies is the way
Additional context
loongarch64 is a cpu architecture which is supported by rust compiler and modern crate versions such as ring, linux-raw-sys, nix and others.
Is your feature request related to a problem? Please describe.
Currently pgcat cannot be built on loongarch64 cpu, but that is easily fixable ;)
Describe the solution you'd like
Update dependencies that require ring crate older than 0.17
To be precise those are:
Describe alternatives you've considered
None, I think updating few dependencies is the way
Additional context
loongarch64 is a cpu architecture which is supported by rust compiler and modern crate versions such as ring, linux-raw-sys, nix and others.