I cloned the repository and ran cargo test on cw20-base contract, however, I get error: could not compile `ff` It seems that ff is not updated to its latest version, but I am not sure which library requires it and which ff is set there to "0.10.1"
I cloned the repository and ran cargo test on cw20-base contract, however, I get
error: could not compile
ffIt seems that ff is not updated to its latest version, but I am not sure which library requires it and which ff is set there to "0.10.1"