Skip to content

Commit 8eab0b3

Browse files
committed
fix: use [dev-dependencies.compat] for gtest
gtest is a compat (non-modular) package in mcpp-index. Declare it under [dev-dependencies.compat] so mcpp resolves the correct namespace. Required for mcpp 0.0.10+ namespace-aware dependency pipeline.
1 parent 649d659 commit 8eab0b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repo = "https://github.com/mcpplibs/cmdline"
1010
[targets.cmdline]
1111
kind = "lib"
1212

13-
[dev-dependencies]
13+
[dev-dependencies.compat]
1414
gtest = "1.15.2"

0 commit comments

Comments
 (0)