File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818jobs :
1919 fmt :
2020 name : Format
21- runs-on : blacksmith-4vcpu- ubuntu-2404
21+ runs-on : ubuntu-latest
2222 timeout-minutes : 10
2323 steps :
2424 - uses : actions/checkout@v4
2727
2828 clippy :
2929 name : Clippy
30- runs-on : blacksmith-4vcpu- ubuntu-2404
30+ runs-on : ubuntu-latest
3131 timeout-minutes : 20
3232 steps :
3333 - uses : actions/checkout@v4
4747
4848 test :
4949 name : Test
50- runs-on : blacksmith-4vcpu- ubuntu-2404
50+ runs-on : ubuntu-latest
5151 timeout-minutes : 30
5252 steps :
5353 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8282 release :
8383 name : Upload to R2
8484 needs : [build]
85- runs-on : blacksmith-4vcpu- ubuntu-2404
85+ runs-on : ubuntu-latest
8686 steps :
8787 - name : Checkout
8888 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ zero-watcher = { path = "crates/watcher" }
77
88[package ]
99name = " zero"
10- version = " 0.4.1 "
10+ version = " 0.4.2 "
1111edition = " 2024"
1212rust-version = " 1.92"
1313description = " A resilient file synchronization and deduplication tool"
You can’t perform that action at this time.
0 commit comments