From 95f65e4ac778ac6012902450aa06676b72462d8d Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:39:58 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3919785..a67f0a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,14 @@ authors = ["Robert Collins "] categories = ["api-bindings", "web-programming"] default-run = "dump-features" -description = "An https://unleash.github.io/ API client" +description = "An API client for https://www.getunleash.io/" edition = "2018" -homepage = "https://github.com/cognitedata/unleash-client-rust/" +homepage = "https://github.com/Unleash/unleash-client-rust/" keywords = ["continualdeployment"] license = "Apache-2.0" name = "unleash-api-client" readme = "README.md" -repository = "https://github.com/cognitedata/unleash-client-rust/" +repository = "https://github.com/Unleash/unleash-client-rust/" rust-version = "1.60" version = "0.11.0"