From 4cd184365be80ab206db963b5f2449570f8bf51a Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 1 Mar 2024 10:23:46 +0100 Subject: [PATCH] chore: Prepare for release --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dc5774..7745c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "datta" -version = "0.1.0" +version = "0.1.1" description = """Rust implementation of RFC6570 - URI Template that can process\ URI Templates up and to including ones designated Level 4.""" -repository = "https://github.com/sifis-home/datta" +repository = "https://github.com/wot-rust/datta" readme = "README.md" keywords = [ "uritemplates", @@ -16,4 +16,4 @@ license = "BSD-3-Clause" edition = "2021" [dependencies] -regex = "1.6.0" +regex = "1.10.0"