diff --git a/dub.json b/dub.json index eb86db3..3aa6c8d 100644 --- a/dub.json +++ b/dub.json @@ -18,7 +18,7 @@ "excludedSourceFiles": ["src/main.d"], "dependencies": { "unit-threaded": "~>0.7.0", - "test_allocator": "~>0.1.0" + "test_allocator": "~>0.2.0" } }, { @@ -29,7 +29,7 @@ "excludedSourceFiles": ["src/main.d"], "dependencies": { "unit-threaded": "~>0.7.0", - "test_allocator": "~>0.1.0" + "test_allocator": "~>0.2.0" }, "versions": ["unitThreadedLight"] } diff --git a/dub.selections.json b/dub.selections.json index 9fbe143..bd7f414 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,8 @@ { "fileVersion": 1, "versions": { - "test_allocator": "0.1.0", + "stdx-allocator": "2.77.1", + "test_allocator": "0.2.0", "unit-threaded": "0.7.43" } }