Skip to content

Commit

Permalink
feat: Migrate to hyper 1.x, leverage rust 1.79
Browse files Browse the repository at this point in the history
feat: refactor to update vaarious dependencies
  • Loading branch information
damooo authored Jul 8, 2024
2 parents 4fe3c07 + 3b3b423 commit f33640d
Show file tree
Hide file tree
Showing 101 changed files with 2,062 additions and 1,348 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
toolchain: 1.79.0
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
toolchain: 1.79.0
profile: minimal
override: true
components: rustfmt
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
toolchain: 1.79.0
profile: minimal
override: true
components: clippy
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
toolchain: 1.79.0
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@
"language": "markdown",
"scheme": "file"
}
]
],
"rust-analyzer.check.command": "clippy"
}
Loading

0 comments on commit f33640d

Please sign in to comment.