We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dfeb2 commit 37f763dCopy full SHA for 37f763d
tests/trequireflag.nim
@@ -46,8 +46,8 @@ suite "requires flag":
46
- json_serialization#4cd31594f868a3d3cb81ec9d5f479efbe2466ebd
47
]#
48
let requires = [
49
- # "https://github.com/status-im/nim-json-serialization.git#nimble_test_dont_delete",
50
- # "https://github.com/status-im/nim-json-serialization.git#26bea5ffce20ae0d0855b3d61072de04d3bf9826",
+ "https://github.com/status-im/nim-json-serialization.git#nimble_test_dont_delete",
+ "https://github.com/status-im/nim-json-serialization.git#26bea5ffce20ae0d0855b3d61072de04d3bf9826",
51
"json_serialization#nimble_test_dont_delete",
52
"json_serialization#26bea5ffce20ae0d0855b3d61072de04d3bf9826",
53
"json_serialization == 0.2.9"
0 commit comments