Rename to awebframework (#13)

This commit is contained in:
David Pedersen
2021-06-13 11:22:02 +02:00
committed by GitHub
parent 27ebb3db7a
commit 1002685a20
20 changed files with 137 additions and 138 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 `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.
-->
+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/tower-web/blob/master/CONTRIBUTING.md
Contributors guide: https://github.com/davidpdrsn/awebframework/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]
tower-web = { path = "tower-web" }
awebframework = { path = "awebframework" }