gradecoin icon indicating copy to clipboard operation
gradecoin copied to clipboard

`num-bigint` does not compile, needs newer version

Open muratbolu opened this issue 1 year ago • 1 comments

The num-bigint dependency seems buggy for version 0.3.2. Cloning and running cargo test does not work (on my machine) because rustc refuses to compile the old version. Running cargo update [email protected] updates to v0.3.3 and seems to solve the issue. Running cargo update also works, but it seems to update many more packages.

muratbolu avatar May 16 '24 23:05 muratbolu

Tests are not working, see #5

On my machine (rustc 1.72.0) gradecoin compiles without an issue. However, 1.78.0 does indeed not compile num-bigint.

Updating dependencies to an up-to-date version involves rewriting everything cryptography related, I'm aware of that

yigitsever avatar May 17 '24 08:05 yigitsever