Rename to axum (#28)

This commit is contained in:
David Pedersen
2021-07-09 21:36:14 +02:00
committed by GitHub
parent 3cd4a1d6a6
commit 5a5710d290
27 changed files with 131 additions and 131 deletions
+3 -3
View File
@@ -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.
-->
+1 -1
View File
@@ -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 -1
View File
@@ -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" }