Commit graph

8 commits

Author SHA1 Message Date
Mingwei Samuel
561139e91f
chore: set msrv, min dependency versions, fix #77 (#78)
Fix #77

* Check MSRV in CI
* Lower MSRV to 1.71.1 by gating `allow(..., reason = "...")`
* Sets all min dependency crate versions needed by riven, via `-Z
direct-minimal-versions`
* Adds `test-min-deps.bash` script to run `-Z direct-minimal-versions`
* Removes underutilized `scan_fmt` dependency, replaces with simple
string manipulation code
2025-01-15 12:21:05 -08:00
Mingwei Samuel
9718cebcfc ci: --all-features on lints 2025-01-13 11:31:26 -08:00
Mingwei Samuel
3a643bdcef ci: update action versions 2024-06-12 08:14:26 -07:00
Mingwei Samuel
23f301dd1d test: add testing and ci for wasm (#63) 2024-02-24 21:42:06 -08:00
Mingwei Samuel
c4a9993ac2 Remove tests on archived matches
Also adds `--no-fail-fast` to tests
2023-10-13 11:09:26 -07:00
Mingwei Samuel
cb5bd58784 cargo clippy fixes, enable lints in CI 2023-05-10 13:10:58 -07:00
Mingwei Samuel
7d545b55af Update testing commands 2022-08-15 16:01:07 -07:00
Mingwei Samuel
a2699a695f Add gh-actions CI 2022-08-15 15:41:39 -07:00