diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 2f112ed4..bf20ab80 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -32,5 +32,5 @@ proc-macro2 = "1.0.60" [dev-dependencies] actix-rt = "2" futures-util = { version = "0.3.17", default-features = false } -rustversion-msrv = "0.99" +rustversion-msrv = "0.100" trybuild = "1"