Skip to content

Commit ca265c6

Browse files
authored
Project: Add [sources] section to use local TypedSyntax version (#686)
Helps local development a bit while still allowing package registration.
1 parent 0a1b2d9 commit ca265c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ WidthLimitedIO = "b8c1c048-cf81-46c6-9da0-18c1d99e41f2"
2020
[weakdeps]
2121
Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1"
2222

23+
[sources]
24+
TypedSyntax = {path = "TypedSyntax"}
25+
2326
[extensions]
2427
CthulhuCompilerExt = "Compiler"
2528

0 commit comments

Comments
 (0)