Skip to content

Commit f3984ca

Browse files
authored
Update tinyinst (#18)
1 parent 24ae626 commit f3984ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use which::which;
66

77
const TINYINST_URL: &str = "https://github.com/googleprojectzero/TinyInst.git";
88
const TINYINST_DIRNAME: &str = "Tinyinst";
9-
const TINYINST_REVISION: &str = "69ae1ff55eac8cb5d2e9a257c5650486ffe2af04";
9+
const TINYINST_REVISION: &str = "fc9938b07d3143ee12f1606f45852c0eee63a5d8";
1010

1111
fn build_dep_check(tools: &[&str]) -> bool {
1212
for tool in tools {

0 commit comments

Comments
 (0)