Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
569af3c4df
commit
56fa25b23c
@ -9,6 +9,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo '${{hashFiles(./src/main.rs)}}'
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install rust
|
- name: install rust
|
||||||
|
2798
Cargo.lock
generated
2798
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -10,9 +10,8 @@ anyhow = "1.0.80"
|
|||||||
arboard = "3.3.1"
|
arboard = "3.3.1"
|
||||||
clap = { version = "4.5.1", features = ["derive"] }
|
clap = { version = "4.5.1", features = ["derive"] }
|
||||||
colored = { version = "2.1.0", features = ["no-color"] }
|
colored = { version = "2.1.0", features = ["no-color"] }
|
||||||
eframe = "0.26.2"
|
|
||||||
fern = { version = "0.6.2", features = ["chrono", "colored"] }
|
fern = { version = "0.6.2", features = ["chrono", "colored"] }
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
num-bigint-dig = { version = "0.8.4", features = ["rand", "prime"] }
|
num-bigint-dig = { version = "0.8.4", features = ["rand", "prime"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
Loading…
x
Reference in New Issue
Block a user