Skip to content

Commit d8eb5bd

Browse files
committed
CI: Fix: Requests to crates.io need extra header
Fixes #4.
1 parent 898e54d commit d8eb5bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.mlc_config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"httpHeaders": [
3+
{
4+
"urls": ["https://crates.io/"],
5+
"headers": {
6+
"Accept": "text/html"
7+
}
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)