Fix GPL-3.0 license identifier (#1192)

Fixed #1189

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-07-07 17:24:05 +10:00 committed by GitHub
parent f2f0cd2de6
commit 0813e80438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ version = "1.0.0"
rust-version = "1.65.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
license = "GPL-3.0"
license = "GPL-3.0-only"
readme = "../../README.md"
# These MUST remain even if they're not needed in recent versions because

View file

@ -7,7 +7,7 @@ version = "0.13.0"
rust-version = "1.65.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
license = "GPL-3.0"
license = "GPL-3.0-only"
[dependencies]
async-trait = "0.1.68"