Skip to content

Commit ae793ab

Browse files
authored
Rollup merge of rust-lang#57659 - jethrogb:jb/release-manifest, r=alexcrichton
Fix release manifest generation r? @alexcrichton
2 parents 2d0ae44 + 0772dbb commit ae793ab

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static TARGETS: &'static [&'static str] = &[
9595
"wasm32-unknown-unknown",
9696
"x86_64-apple-darwin",
9797
"x86_64-apple-ios",
98+
"x86_64-fortanix-unknown-sgx",
9899
"x86_64-fuchsia",
99100
"x86_64-linux-android",
100101
"x86_64-pc-windows-gnu",

0 commit comments

Comments
 (0)