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

bump MSRV (#313)

This commit is contained in:
Ahmed Radwan
2023-02-14 13:29:50 +02:00
committed by GitHub
parent 00880c4087
commit 030046e4af

View File

@ -1,4 +1,4 @@
module.exports = {
rustVersion: '1.56',
rustVersion: '1.59',
actixWebMajorVersion: '4',
};