aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
Apache License 2.0
319 stars 39 forks source link

Update CI to test 1.70 only with demo, and remove declared MSVR from profiling crate #65

Closed aclysma closed 5 months ago

aclysma commented 5 months ago

This change adds verbiage to the readme about MSRV policy and removes a declared MSRV from the profiling crate itself, due to it being dependent on what backend is enabled. CI is now updated to test 1.70.0/stable/beta for the profiling crate, and stable/beta for the demo.

It's likely profiling itself can build under significantly older versions of rust but 1.70.0 changed the way dependencies are resolved and runs faster in CI.