diff options
author | FxQnLr <[email protected]> | 2023-11-07 17:27:03 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-07 17:27:03 +0100 |
commit | 4f124e6ba636e6191c2960d96d0057f3061988fc (patch) | |
tree | 56363099c5e513e76ac40acdd48dd2d5124c8791 /Cargo.lock | |
parent | 1cd2a8e4aecfaad2a8385a6bea61580209b86398 (diff) | |
parent | 3df22a00e3dccd7beb0d60b644d7c38c7d0b594f (diff) | |
download | webol-4f124e6ba636e6191c2960d96d0057f3061988fc.tar webol-4f124e6ba636e6191c2960d96d0057f3061988fc.tar.gz webol-4f124e6ba636e6191c2960d96d0057f3061988fc.zip |
Merge pull request #7 from FxQnLr/ping
better while loop
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2187,7 +2187,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |||
2187 | 2187 | ||
2188 | [[package]] | 2188 | [[package]] |
2189 | name = "webol" | 2189 | name = "webol" |
2190 | version = "0.2.0" | 2190 | version = "0.2.1" |
2191 | dependencies = [ | 2191 | dependencies = [ |
2192 | "axum", | 2192 | "axum", |
2193 | "axum-macros", | 2193 | "axum-macros", |