-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65dcbbb
commit 459c248
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sling
updated
19 files
+1 −1 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/latest_v24.08.yml | |
+3 −3 | .github/workflows/latest_v24.11.yml | |
+2 −2 | .github/workflows/main_v24.08.yml | |
+3 −3 | .github/workflows/main_v24.11.yml | |
+26 −0 | CHANGELOG.md | |
+152 −156 | Cargo.lock | |
+7 −7 | Cargo.toml | |
+4 −3 | README.md | |
+1 −1 | coffee.yml | |
+37 −34 | src/config.rs | |
+9 −9 | src/main.rs | |
+35 −92 | src/model.rs | |
+24 −4 | src/response.rs | |
+1 −1 | src/rpc_sling.rs | |
+39 −22 | src/slings.rs | |
+2 −7 | src/stats.rs | |
+27 −71 | src/tasks.rs | |
+105 −64 | tests/test_sling.py |