Skip to content

Commit 6704c6d

Browse files
Add some touch files
1 parent d53426b commit 6704c6d

File tree

9 files changed

+21
-6
lines changed

9 files changed

+21
-6
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cargo_opts": "--lib",
3-
"runs": 1
3+
"runs": 1,
4+
"touch_file": "src/cargo/lib.rs"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"touch_file": "src/lib.rs"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"touch_file": "src/lib.rs"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"touch_file": "src/lib.rs"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"touch_file": "src/lib.rs"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"touch_file": "src/lib.rs"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"touch_file": "src/main.rs"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"touch_file": "src/lib.rs"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cargo_opts": "--bin token-stream-stress"
2+
"cargo_opts": "--bin token-stream-stress",
3+
"touch_file": "src/main.rs"
34
}

0 commit comments

Comments
 (0)