Skip to content

Commit 7e08e2e

Browse files
committed
chore: Prepare for release
1 parent a3c336f commit 7e08e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "datta"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = """Rust implementation of RFC6570 - URI Template that can process\
55
URI Templates up and to including ones designated Level 4."""
6-
repository = "https://github.com/sifis-home/datta"
6+
repository = "https://github.com/wot-rust/datta"
77
readme = "README.md"
88
keywords = [
99
"uritemplates",
@@ -16,4 +16,4 @@ license = "BSD-3-Clause"
1616
edition = "2021"
1717

1818
[dependencies]
19-
regex = "1.6.0"
19+
regex = "1.10.0"

0 commit comments

Comments
 (0)