Skip to content

Commit f028a74

Browse files
committed
build: fix rustversion spec
1 parent f4139a0 commit f028a74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actix-macros/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ proc-macro2 = "1.0.60"
3333
actix-rt = "2"
3434

3535
futures-util = { version = "0.3.17", default-features = false }
36-
# rustversion = "1"
37-
rustversion = { path = "/Users/rob/Development/forks/rustversion" }
36+
rustversion = "1"
3837
trybuild = "1"

0 commit comments

Comments
 (0)