Skip to content

Commit

Permalink
sling: update to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Mar 10, 2024
1 parent 1368133 commit 556dab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sling
Submodule sling updated 19 files
+191 −127 Cargo.lock
+3 −3 Cargo.toml
+9 −0 coffee.yml
+137 −176 src/config.rs
+27 −10 src/dijkstra.rs
+0 −49 src/errors.rs
+0 −217 src/jobs.rs
+3 −0 src/lib.rs
+110 −164 src/main.rs
+219 −79 src/model.rs
+165 −0 src/parse.rs
+343 −0 src/response.rs
+3 −20 src/rpc_cln.rs
+493 −0 src/rpc_sling.rs
+171 −541 src/slings.rs
+181 −170 src/stats.rs
+187 −70 src/tasks.rs
+53 −492 src/util.rs
+263 −147 tests/test_sling.py

0 comments on commit 556dab1

Please sign in to comment.