Skip to content

actix-files: v0.6.1

Compare
Choose a tag to compare
@robjtede robjtede released this 11 Jun 15:19
· 367 commits to master since this release
43671ae
  • Add NamedFile::{modified, metadata, content_type, content_disposition, encoding}() getters. #2021
  • Update tokio-uring dependency to 0.3.
  • Audio files now use Content-Disposition: inline instead of attachment. #2645
  • Minimum supported Rust version (MSRV) is now 1.56 due to transitive hashbrown dependency.