TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.81k stars 90 forks source link

Fails to build with Rust >=1.73 #179

Open 0323pin opened 8 months ago

0323pin commented 8 months ago

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?

Aidan-Chelig commented 6 months ago

Its broken in NixOS and nixpkgs aswell.

0323pin commented 6 months ago

Its broken in NixOS and nixpkgs aswell.

It will fail on every OS that is using Rust >= 1.73

ghthor commented 6 months ago

Anyone submitted a patch yet?

phaethon commented 5 months ago

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