Unverified Commit ee6d3610 authored by Nugine's avatar Nugine Committed by GitHub
Browse files

build(deps): upgrade (#335)

* build(deps): upgrade

* fix: lints

* fix: lints

* build: MSRV 1.86.0
parent bc540589
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ The project converts HTTP requests to operation inputs, calls user-defined servi
## Development Workflow

### Required Tools
- **Rust**: ^1.85.0 (MSRV - minimum supported version)
- **Rust**: ^1.86.0 (MSRV - minimum supported version)
- **just**: ^1.36.0 (task runner, like make)
- **uv**: ^0.5.0 (Python package manager)
- **Docker**: For E2E testing
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ jobs:
      fail-fast: false
      matrix:
        toolchain: 
          - 1.85.0 # MSRV
          - 1.86.0 # MSRV
          - stable
          - nightly
    steps:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

|               Toolchain               | Version |
| :-----------------------------------: | :-----: |
|      [Rust](https://rustup.rs/)       | ^1.85.0 |
|      [Rust](https://rustup.rs/)       | ^1.86.0 |
| [just](https://github.com/casey/just) |    ^1.36.0    |
|                [uv](https://github.com/astral-sh/uv)                 |  ^0.5.0  |
|                Docker                 |    -    |
+488 −427

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ resolver = "3"
edition = "2024"
repository = "https://github.com/Nugine/s3s"
license = "Apache-2.0"
rust-version = "1.85.0"
rust-version = "1.86.0"

[workspace.lints.rust]
unsafe_code = "forbid"
Loading