Skip to content

Commit

Permalink
doc: we use afit and rpitit instead of gat now (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored Oct 20, 2023
1 parent 1fdf792 commit f840541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ A good commit message should describe what changed and why, also known as the
Sample complete commit message:

```txt
fix(layer): fix layer doesn't compile with latest GAT
fix(layer): fix layer doesn't compile with latest nightly
Body of commit message is a few lines of text, explaining things
in more detail, possibly giving some background about the issue
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[actions-badge]: https://github.com/cloudwego/motore/actions/workflows/ci.yaml/badge.svg
[actions-url]: https://github.com/cloudwego/motore/actions

Motore is an async middleware abstraction powered by GAT and TAIT.
Motore is an async middleware abstraction powered by AFIT and RPITIT.

Around Motore, we build modular and reusable components for building robust networking clients and servers.

Expand Down
3 changes: 1 addition & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[toolchain]
# TODO: we can remove this toolchain file when TAIT hits stable.
# Related issue: https://github.com/rust-lang/rust/issues/63063.
# TODO: we can remove this toolchain file when AFIT and RPITIT hits stable.
channel = "nightly"

0 comments on commit f840541

Please sign in to comment.