Compare commits

..

1 Commits

Author SHA1 Message Date
1b4ce2d622 Update Rust crate actix-web to 4.10.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 20:49:59 +00:00
3 changed files with 0 additions and 13 deletions

View File

@ -1 +0,0 @@
{"rustc_fingerprint":16380765819736665028,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.85.1 (4eb161250 2025-03-15)\nbinary: rustc\ncommit-hash: 4eb161250e340c8f48f66e2b929ef4a5bed7c181\ncommit-date: 2025-03-15\nhost: x86_64-unknown-linux-gnu\nrelease: 1.85.1\nLLVM version: 19.1.7\n","stderr":""}},"successes":{}}

View File

@ -1,2 +0,0 @@
# Heavy file server
Server that streams the content of a directory as a streamed tar file.

View File

@ -182,13 +182,3 @@ async fn main() -> std::io::Result<()> {
.run()
.await
}
#[cfg(test)]
mod test {
use crate::Args;
#[test]
fn verify_cli() {
use clap::CommandFactory;
Args::command().debug_assert()
}
}