1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

docs: remove actix_rt references

This commit is contained in:
Rob Ede
2024-06-01 16:09:51 +01:00
parent ad4aeac34f
commit d0f91408ed
4 changed files with 15 additions and 11 deletions

View File

@ -2,6 +2,7 @@ const vars = {
rustVersion: "1.72",
actixWebMajorVersion: "4",
tokioMajorVersion: "1",
actorsMajorVersion: "0.13",
};
export default vars;