From 44b494c921479e0a500d905b393d905264be8476 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Mon, 28 May 2018 21:21:53 +0200 Subject: [PATCH] Bump regex crate version to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72f366d5..56c0d421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pyo3cls = { path = "pyo3cls", version = "0.2.5" } docmatic = "^0.1.2" [build-dependencies] -regex = "0.2" +regex = "1.0" version_check = "0.1" [features]