diff options
author | FxQnLr <[email protected]> | 2023-11-07 17:24:58 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-11-07 17:24:58 +0100 |
commit | 3df22a00e3dccd7beb0d60b644d7c38c7d0b594f (patch) | |
tree | 56363099c5e513e76ac40acdd48dd2d5124c8791 /Cargo.lock | |
parent | 32561060a8dc6fc6118498da06bdd8f5b4c3f0fd (diff) | |
download | webol-3df22a00e3dccd7beb0d60b644d7c38c7d0b594f.tar webol-3df22a00e3dccd7beb0d60b644d7c38c7d0b594f.tar.gz webol-3df22a00e3dccd7beb0d60b644d7c38c7d0b594f.zip |
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", |