Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdaq committed Dec 25, 2022
1 parent 4a26323 commit 11b0cff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
keywords = ["URL", "query", "params"]
categories = ["web-programming", "web-programming::http-client", "web-programming::http-server", "parsing", "network-programming"]
Expand All @@ -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"
4 changes: 2 additions & 2 deletions Citation.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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
given-names: Bohdan
orcid: https://orcid.org/0000-0002-5221-5607
email: [email protected]
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"

0 comments on commit 11b0cff

Please sign in to comment.