From 45ebdde0a581d88984191e3851cc3ed9511ddee1 Mon Sep 17 00:00:00 2001 From: Santiago Medina Rolong Date: Tue, 17 Dec 2024 16:59:22 -0800 Subject: [PATCH] Update xurl version to 0.2.3 and enhance README for OAuth 2.0 configuration. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56c5de4..036443c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2614,7 +2614,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "xurl" -version = "0.1.0" +version = "0.2.3" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index dcc4650..d967029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xurl" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/README.md b/README.md index c9510f7..2c88ec7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | ## Configuration -Add the following to your environment variables: +Add the following to your environment variables if you want to use OAuth 2.0: ```env export CLIENT_ID=your_client_id