Skip to content

Commit 40488d5

Browse files
committed
Explicitly specify EUPL-1.2 license in Cargo.toml
1 parent 4ca477b commit 40488d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "query-string-builder"
33
description = "A query string builder for percent encoding key-value pairs"
44
authors = ["Markus Mayer"]
5-
version = "0.4.0"
5+
version = "0.4.1"
66
edition = "2021"
77
repository = "https://github.com/sunsided/query-string-builder"
88
keywords = ["url", "query-string", "query-argument"]
99
categories = ["web-programming::http-client"]
1010
readme = "README.md"
11-
license-file = "LICENSE.md"
11+
license = "EUPL-1.2"
1212

1313
[dependencies]
1414
percent-encoding = { version = "2.3.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)