linkrope / dunit

xUnit Testing Framework for D
Boost Software License 1.0
37 stars 9 forks source link

dependency on deprecated std.xml #29

Closed ilmanzo closed 4 years ago

ilmanzo commented 4 years ago

while compiling a project, I got this message:

../../../.dub/packages/d-unit-0.9.2/d-unit/src/dunit/framework.d(614,12): Deprecation: module std.xml is deprecated - Will be removed from Phobos in 2.101.0. If you still need it, go to https://github.com/DigitalMars/undeaD ../../../.dub/packages/d-unit-0.9.2/d-unit/src/dunit/framework.d(681,12): Deprecation: module std.xml is deprecated - Will be removed from Phobos in 2.101.0. If you still need it, go to https://github.com/DigitalMars/undeaD