$ cargo --version
cargo 1.87.0 (99624be96 2025-05-06)
$ rustup --version
rustup 1.28.2 (e4f3ad6f8 2025-04-28)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
git clone https://github.com/near-examples/counters.git
cd counters/contract-rs
cargo test
...
failures:
test_can_be_decremented
test_can_be_decremented_with_points
test_can_be_incremented
test_can_be_incremented_with_points
test_can_be_reset
My rust setup:
Next commands :