bump version
This commit is contained in:
parent
9bb084f0a7
commit
9b7681f3d9
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -593,7 +593,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "factoriauth"
|
name = "factoriauth"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "factoriauth"
|
||||||
description = "An unofficial authentication server for Factorio"
|
description = "An unofficial authentication server for Factorio"
|
||||||
repository = "https://git.it-syndikat.org/xiretza/factoriauth"
|
repository = "https://git.it-syndikat.org/xiretza/factoriauth"
|
||||||
documentation = "https://docs.rs/factoriauth"
|
documentation = "https://docs.rs/factoriauth"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors = ["Lambda", "deneb"]
|
authors = ["Lambda", "deneb"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue