rust-lang / jobserver-rs

Apache License 2.0
69 stars 39 forks source link

chore: set MSRV to 1.66 and edition to 2021 #59

Closed weihanglo closed 10 months ago

weihanglo commented 10 months ago

Some new API were already used

A bump is inevitably coming.

weihanglo commented 10 months ago

@petrochenkov, do you know who's the owner of this repo, and how the release process look like?

petrochenkov commented 10 months ago

@weihanglo I can publish new versions of this crate now.

petrochenkov commented 10 months ago

Could you add a CI check for the minimum supported version? Example: https://github.com/mozilla/cbindgen/blob/master/.github/workflows/cbindgen.yml#L32-L38

weihanglo commented 10 months ago

Updated. Let me know if it is too excessive, and we can slim it down a bit.

petrochenkov commented 10 months ago

Tests are hanging since yesterday, so something is probably wrong with CI changes (missing -latest on macos and windows?).

weihanglo commented 10 months ago

Embarrassing 😆.

@petrochenkov, just updated. Thank you for the catch.