mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Rename to axum (#28)
This commit is contained in:
@@ -15,10 +15,10 @@ Please fill in as much of the template below as you're able.
|
||||
### Version
|
||||
|
||||
<!--
|
||||
List the versions of all `awebframework` crates you are using. The easiest way to get
|
||||
List the versions of all `axum` crates you are using. The easiest way to get
|
||||
this information is using `cargo tree`:
|
||||
|
||||
`cargo tree | grep awebframework`
|
||||
`cargo tree | grep axum`
|
||||
-->
|
||||
|
||||
### Platform
|
||||
@@ -30,7 +30,7 @@ Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
|
||||
### Crates
|
||||
|
||||
<!--
|
||||
If known, please specify the affected awebframework crates. Otherwise, delete this
|
||||
If known, please specify the affected axum crates. Otherwise, delete this
|
||||
section.
|
||||
-->
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ the requirements below.
|
||||
|
||||
Bug fixes and new features should include tests.
|
||||
|
||||
Contributors guide: https://github.com/davidpdrsn/awebframework/blob/master/CONTRIBUTING.md
|
||||
Contributors guide: https://github.com/davidpdrsn/axum/blob/master/CONTRIBUTING.md
|
||||
-->
|
||||
|
||||
## Motivation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Patch dependencies to run all tests against versions of the crate in the
|
||||
# repository.
|
||||
[patch.crates-io]
|
||||
awebframework = { path = "awebframework" }
|
||||
axum = { path = "axum" }
|
||||
|
||||
Reference in New Issue
Block a user