Skip to content

Commit fc51238

Browse files
committed
examples/runtime-sdk/rofl-oracle-tdx-raw: Revamp
1 parent bac3c86 commit fc51238

File tree

9 files changed

+145
-86
lines changed

9 files changed

+145
-86
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ exclude = [
3939
"examples/contract-sdk/hello-world",
4040
"examples/contract-sdk/c10l-hello-world",
4141
"examples/runtime-sdk/minimal-runtime",
42-
"examples/runtime-sdk/rofl-oracle",
43-
"examples/runtime-sdk/rofl-oracle-tdx",
42+
"examples/runtime-sdk/rofl-oracle-sgx",
43+
"examples/runtime-sdk/rofl-oracle-tdx-raw",
4444
]
4545
resolver = "2"
4646

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
4+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
rustflags = ["-C", "target-feature=+aes,+ssse3"]
3+
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]
4+
5+
[test]
6+
rustflags = ["-C", "target-feature=+aes,+ssse3"]
7+
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]
File renamed without changes.

0 commit comments

Comments
 (0)