Skip to content

Commit 308042f

Browse files
committed
1 parent 2e8ccf4 commit 308042f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/targetPairs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const TARGET_PAIRS = [
4242
["ruby", "1.9-linux-x86_64"],
4343
["ruby", "2.3-linux-x86_64"],
4444
["ruby", "3.3-linux-x86_64"],
45+
["rust", "1.80-linux-x86_64"],
4546
];
4647
TARGET_PAIRS.forEach(pair => Object.freeze(pair));
4748
Object.freeze(TARGET_PAIRS);

0 commit comments

Comments
 (0)