Open 0323pin opened 11 months ago
Its broken in NixOS and nixpkgs aswell.
Its broken in NixOS and nixpkgs aswell.
It will fail on every OS that is using Rust >= 1.73
Anyone submitted a patch yet?
I have created a fork with updated sqlx dependency. At least it compiles and even passes built in tests. If somebody could test it more, I could create a pull request. See fork at https://github.com/phaethon/gobang
Hi,
We have removed (hopefully temporary)
gobang
from our (NetBSD) package tree, as it doesn't build with Rust-1.73.The reason is outdated dependencies, in particular
num-bigint
. I had a quick look and this seems to have been fix in that crate, so bringing dependencies up-to-date should be enough.What do you say?