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 24ae626 commit f3984caCopy full SHA for f3984ca
build.rs
@@ -6,7 +6,7 @@ use which::which;
6
7
const TINYINST_URL: &str = "https://github.com/googleprojectzero/TinyInst.git";
8
const TINYINST_DIRNAME: &str = "Tinyinst";
9
-const TINYINST_REVISION: &str = "69ae1ff55eac8cb5d2e9a257c5650486ffe2af04";
+const TINYINST_REVISION: &str = "fc9938b07d3143ee12f1606f45852c0eee63a5d8";
10
11
fn build_dep_check(tools: &[&str]) -> bool {
12
for tool in tools {
0 commit comments