From 11b0cffa74af12509e4764fe5be77c09cb8c4a8f Mon Sep 17 00:00:00 2001 From: Bohdan Tsap Date: Sun, 25 Dec 2022 13:41:03 +0200 Subject: [PATCH] wip --- Cargo.toml | 6 +++--- Citation.cff | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c930887..c4076ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "url-build-parse" -version = "2.0.0" +version = "8.0.0" edition = "2021" homepage = "https://github.com/bohdaq/url-build-parse" repository = "https://github.com/bohdaq/url-build-parse" readme = "README.md" description = "url-build-parse provides the ability to parse URL from string as well as construct URL from parts." -rust-version = "1.64" +rust-version = "1.65" authors = ["Bohdan Tsap "] keywords = ["URL", "query", "params"] categories = ["web-programming", "web-programming::http-client", "web-programming::http-server", "parsing", "network-programming"] @@ -16,4 +16,4 @@ license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -url-search-params = "2.0.0" +url-search-params = "8.0.0" diff --git a/Citation.cff b/Citation.cff index 5ceebfe..a234561 100644 --- a/Citation.cff +++ b/Citation.cff @@ -1,4 +1,4 @@ -cff-version: 2.0.0 +cff-version: 0.0.1 message: "If you use this software, please cite it as below." authors: - family-names: Tsap @@ -6,7 +6,7 @@ authors: orcid: https://orcid.org/0000-0002-5221-5607 email: bohdan.tsap@tutanota.com title: "url-build-parse" -version: 2.0.0 +version: 8.0.0 doi: 10.5281/zenodo.7229274 date-released: 2022-10-20 url: "https://github.com/bohdaq/url-build-parse" \ No newline at end of file