Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 75875d4

Browse files
committed
Add config 0.13.0 -> 0.13.1 full test
This uses `#[async_trait]`, so this test failing might indicate something in that direction being wrong. Of course since it's a full package being tested, it's not really accurate to just this issue, but it's something.
1 parent d52e1eb commit 75875d4

File tree

4 files changed

+2171
-0
lines changed

4 files changed

+2171
-0
lines changed

tests/full.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ mod full {
173173
full_test!(libc0, "libc", "0.2.28", "0.2.31", cfg!(windows));
174174
full_test!(libc1, "libc", "0.2.47", "0.2.48", true);
175175
full_test!(rmpv, "rmpv", "0.4.0", "0.4.1", false);
176+
// NOTE: this one is a regression test for the async-trait workaround (#295) mostly
177+
full_test!(async_trait, "config", "0.13.0", "0.13.1", false);
176178
// full_test!(mozjs, "mozjs", "0.2.0", "0.3.0");
177179
// full_test!(rand, "rand", "0.3.10", "0.3.16");
178180
// full_test!(serde_pre, "serde", "0.7.0", "1.0.0");

0 commit comments

Comments
 (0)