mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-21 00:00:14 +02:00
Rename to awebframework (#13)
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 `tower-web` crates you are using. The easiest way to get
|
||||
List the versions of all `awebframework` crates you are using. The easiest way to get
|
||||
this information is using `cargo tree`:
|
||||
|
||||
`cargo tree | grep tower-web`
|
||||
`cargo tree | grep awebframework`
|
||||
-->
|
||||
|
||||
### 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 tower-web crates. Otherwise, delete this
|
||||
If known, please specify the affected awebframework 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/tower-web/blob/master/CONTRIBUTING.md
|
||||
Contributors guide: https://github.com/davidpdrsn/awebframework/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]
|
||||
tower-web = { path = "tower-web" }
|
||||
awebframework = { path = "awebframework" }
|
||||
|
||||
Reference in New Issue
Block a user