From f028a742401ac8c53285868d7ae27eac5f37db91 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 11 May 2024 17:41:31 +0100 Subject: [PATCH] build: fix rustversion spec --- actix-macros/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 925721ea..b96daeb9 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -33,6 +33,5 @@ proc-macro2 = "1.0.60" actix-rt = "2" futures-util = { version = "0.3.17", default-features = false } -# rustversion = "1" -rustversion = { path = "/Users/rob/Development/forks/rustversion" } +rustversion = "1" trybuild = "1"