TaKO8Ki / gobang

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

Fails to build with Rust >=1.73 #179

Open 0323pin opened 11 months ago

0323pin commented 11 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 10 months ago

Its broken in NixOS and nixpkgs aswell.

0323pin commented 10 months ago

Its broken in NixOS and nixpkgs aswell.

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

ghthor commented 9 months ago

Anyone submitted a patch yet?

phaethon commented 8 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