Compare commits
3 Commits
v5.0.0-alp
...
v5.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
5dd39d8019
|
|||
|
a4c071b555
|
|||
|
3fb120f8a4
|
@@ -65,7 +65,7 @@ jobs:
|
||||
"${GITEA_SERVER_URL}/api/packages/${GITEA_OWNER}/debian/pool/${DISTRO}/main/upload"
|
||||
done
|
||||
- name: Download web extension artifact
|
||||
uses: https://github.com/actions/download-artifact@v4
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
with:
|
||||
name: webext-xpi
|
||||
path: web-extension/cl/web-ext-artifacts
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -174,7 +174,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cl-cli"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0-alpha12"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"gitlab",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
[package]
|
||||
name = "cl-cli"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0-alpha12"
|
||||
edition = "2021"
|
||||
license = "GPLv3"
|
||||
description = "Some helpers scripts for Champs-Libres"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -16,7 +18,7 @@ path="src/webext.rs"
|
||||
[dependencies]
|
||||
clap = { version = "4.1.13", features = ["derive"] }
|
||||
gitlab = "0.1804.0"
|
||||
reqwest = "0.12.24"
|
||||
reqwest = { version = "0.12.24", features = ["rustls-tls"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "0.9.8"
|
||||
url = "2.5.7"
|
||||
|
||||
Reference in New Issue
Block a user