autocfg: Allow all v1.x releases
claim is currently incompatible with any crate that requires autocfg = "1.1", because only one copy of each semver-major version can exist in the lockfile (see https://github.com/rust-lang/crates.io/pull/4763#issuecomment-1121101295).
This PR relaxes the dependency requirement on autocfg from 1.0.x to 1.x to fix the incompatibility.
Resolves #9
@svartalf I'm happy to help with maintenance of this project if you're currently busy with other stuff :)
Used your changes to create an updated version on crates.io - https://crates.io/crates/claims. repo: https://github.com/mattwilkinsonn/rust-claims
I'll deprecate the fork if this ends up being merged
closing this PR since it got merged into https://github.com/mattwilkinsonn/rust-claims. thanks @mattwilkinsonn :)