From 4f9fe856a25ab29345b90e7725509e9ee38a37be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:41 +0200 Subject: Adding upstream version 1.69.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/regex/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'vendor/regex/README.md') diff --git a/vendor/regex/README.md b/vendor/regex/README.md index 9acd5bb4a..861417da6 100644 --- a/vendor/regex/README.md +++ b/vendor/regex/README.md @@ -23,12 +23,8 @@ can be found on the ### Usage -Add this to your `Cargo.toml`: - -```toml -[dependencies] -regex = "1.5" -``` +To bring this crate into your repository, either add `regex` to your +`Cargo.toml`, or run `cargo add regex`. Here's a simple example that matches a date in YYYY-MM-DD format and prints the year, month and day: -- cgit v1.2.3