Skip to content

Commit

Permalink
chore: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 1, 2024
1 parent d06344f commit 4cd1843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,4 +16,4 @@ license = "BSD-3-Clause"
edition = "2021"

[dependencies]
regex = "1.6.0"
regex = "1.10.0"

0 comments on commit 4cd1843

Please sign in to comment.