Loading .github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: toolchain: - 1.66.1 # MSRV - 1.67.1 # MSRV - stable - nightly steps: Loading CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Toolchain + [Rust 1.66.1 or newer](https://rustup.rs/) + [Rust 1.67.1 or newer](https://rustup.rs/) + [just](https://github.com/casey/just) Get the source code Loading crates/s3s/src/ops/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -699,7 +699,7 @@ mod tests { (output_size(&SignatureContext::v4_check_presigned_url), 456), (output_size(&SignatureContext::v4_check_header_auth), 632), ]; // dbg!(&sizes); println!("{:?}", sizes); for (size, expected) in sizes { assert_eq!(size, expected); } Loading Loading
.github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: toolchain: - 1.66.1 # MSRV - 1.67.1 # MSRV - stable - nightly steps: Loading
CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Toolchain + [Rust 1.66.1 or newer](https://rustup.rs/) + [Rust 1.67.1 or newer](https://rustup.rs/) + [just](https://github.com/casey/just) Get the source code Loading
crates/s3s/src/ops/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -699,7 +699,7 @@ mod tests { (output_size(&SignatureContext::v4_check_presigned_url), 456), (output_size(&SignatureContext::v4_check_header_auth), 632), ]; // dbg!(&sizes); println!("{:?}", sizes); for (size, expected) in sizes { assert_eq!(size, expected); } Loading