From a8dcedbff80aacba277c23a4fed6550222bf37e1 Mon Sep 17 00:00:00 2001 From: chessai Date: Wed, 28 Sep 2022 16:46:28 -0700 Subject: [PATCH] allow newer autocfg --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a516a54..00b7be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ homepage = "https://github.com/svartalf/rust-claim" repository = "https://github.com/svartalf/rust-claim" readme = "README.md" build = "build.rs" -documentation = "https://docs.rs/claim/0.4.0" +documentation = "https://docs.rs/claim/0.5.0" [badges] maintenance = { status = "actively-developed" } github-actions = { repository = "svartalf/rust-claim", workflow = "Continuous integration" } [build-dependencies] -autocfg = "~1.0" +autocfg = "^1.0"