mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-20 20:17:11 +02:00
update dependencies
This commit is contained in:
parent
dbccffc135
commit
7d57c0a8a8
4 changed files with 106 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lamp"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["crapStone <crapstone01@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
@ -9,14 +9,15 @@ build = "build.rs"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[build-dependencies]
|
||||
clap = "2.33.3"
|
||||
clap = "3.2.12"
|
||||
clap_complete = "3.2.3"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
clap = "3.2.12"
|
||||
exitcode = "1.1.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
strip = true
|
||||
codegen-units = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue