This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async-bridge ` , and is meant to bridge services and/or layers
10+ This is the initial release of ` tower-async-bridge ` , and is meant to bridge services and/or layers
1111from the < https://github.com/tower-rs/tower > ecosystem with those from the ` tower-async ` ecosystem
1212(meaning written using technology of this repository).
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async-http ` , a fork of < https://github.com/tower-rs/tower-http > and makes use of ` async traits `
10+ This is the initial release of ` tower-async-http ` , a fork of < https://github.com/tower-rs/tower-http > and makes use of ` async traits `
1111([ RFC-3185: Static async fn in traits] ( https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html ) )
1212to simplify things and make it more easier to integrate async functions into middleware.
1313
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async-layer ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
10+ This is the initial release of ` tower-async-layer ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
1111([ RFC-3185: Static async fn in traits] ( https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html ) )
1212to simplify things and make it more easier to integrate async functions into middleware.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async-service ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
10+ This is the initial release of ` tower-async-service ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
1111([ RFC-3185: Static async fn in traits] ( https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html ) )
1212to simplify things and make it more easier to integrate async functions into middleware.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async-test ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
10+ This is the initial release of ` tower-async-test ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
1111([ RFC-3185: Static async fn in traits] ( https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html ) )
1212to simplify things and make it more easier to integrate async functions into middleware.
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.1.0 (July 17, 2023)
99
10- This is the initial realse of ` tower-async ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
10+ This is the initial release of ` tower-async ` , a fork of < https://github.com/tower-rs/tower > and makes use of ` async traits `
1111([ RFC-3185: Static async fn in traits] ( https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html ) )
1212to simplify things and make it more easier to integrate async functions into middleware.
1313
You can’t perform that action at this time.
0 commit comments