Skip to content

Commit

Permalink
Fix wrong links to axum in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraMiyakoda committed Dec 18, 2023
1 parent 46b1484 commit f5b9ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ With the recent migration of all frameworks to hyper v1. It can be complicated t
| [🦀Hyper 1.0](https://docs.rs/hyper/latest/hyper/) | 1.0 | >= 0.9 |
| [🦀Hyper 1-rc*](https://docs.rs/hyper/1.0.0-rc.4/hyper/) | 1-rc* | < 0.9 |
| [🦀Hyper 0.14](https://docs.rs/hyper/0.14/hyper/) | 0.14 | < 0.9 |
| [🦀Axum 0.7](https://docs.rs/axum/0.6/axum/) | 1.0 | >= 0.9 |
| [🦀Axum 0.6](https://docs.rs/axum/latest/axum/) | 0.14 | < 0.9 |
| [🦀Axum 0.7](https://docs.rs/axum/latest/axum/) | 1.0 | >= 0.9 |
| [🦀Axum 0.6](https://docs.rs/axum/0.6/axum/) | 0.14 | < 0.9 |
| [🦀Warp 0.3](https://docs.rs/warp/0.3/warp/) | 0.14 | < 0.9 |
| [🦀Salvo 0.63](https://docs.rs/salvo/latest/salvo) | 1.0 | >= 0.9 |
| [🦀Salvo 0.62](https://docs.rs/salvo/0.62/salvo) | 1-rc* | < 0.9 |
Expand Down

0 comments on commit f5b9ce9

Please sign in to comment.