Merge pull request 'update dependencies' (#5) from next into main
All checks were successful
Rust / build (push) Successful in 9m17s
All checks were successful
Rust / build (push) Successful in 9m17s
Reviewed-on: #5
This commit is contained in:
commit
2a4818dc21
527
Cargo.lock
generated
527
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
11
Cargo.toml
11
Cargo.toml
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "servicepoint-cli"
|
||||
description = "A command line interface for the ServicePoint display."
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.80.0"
|
||||
publish = true
|
||||
|
@ -17,14 +17,11 @@ clap = { version = "4.5", features = ["derive"] }
|
|||
env_logger = "0.11"
|
||||
log = "0.4"
|
||||
scap = "0.0.8"
|
||||
image = "0.25.5"
|
||||
image = "0.25"
|
||||
fast_image_resize = { version = "5.1", features = ["image"] }
|
||||
tungstenite = "0.26"
|
||||
ffmpeg-next = "7.1.0"
|
||||
|
||||
[dependencies.servicepoint]
|
||||
package = "servicepoint"
|
||||
version = "0.14.1"
|
||||
ffmpeg-next = "7.1"
|
||||
servicepoint = "0.15.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true # Enable link-time optimization
|
||||
|
|
|
@ -21,14 +21,9 @@ If you have set your PATH to include the ~/.cargo/bin, you can now run `servicep
|
|||
## Running with nix
|
||||
|
||||
```shell
|
||||
# from CCCB Forgejo
|
||||
nix run git+https://git.berlin.ccc.de/servicepoint/servicepoint-cli.git -- <args>
|
||||
|
||||
# from GitHub mirror
|
||||
nix run github:kaesaecracker/servicepoint-cli -- <args>
|
||||
```
|
||||
|
||||
|
||||
## Running a debug build
|
||||
|
||||
```shell
|
||||
|
|
|
@ -37,16 +37,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1746183838,
|
||||
"narHash": "sha256-kwaaguGkAqTZ1oK0yXeQ3ayYjs8u/W7eEfrFpFfIDFA=",
|
||||
"lastModified": 1750969886,
|
||||
"narHash": "sha256-zW/OFnotiz/ndPFdebpo3X0CrbVNf22n4DjN2vxlb58=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bf3287dac860542719fe7554e21e686108716879",
|
||||
"rev": "a676066377a2fe7457369dd37c31fd2263b662f4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-24.11",
|
||||
"ref": "nixos-25.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "Flake for command line interface of the ServicePoint display.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
naersk = {
|
||||
url = "github:nix-community/naersk";
|
||||
|
|
Loading…
Reference in a new issue