Skip to content

Commit ec0f893

Browse files
committed
week7
1 parent 04b6356 commit ec0f893

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_data/site.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
{ "title": "`rand`", "sub": [] },
210210
{ "title": "`clap`", "sub": [] },
211211
{ "title": "`anyhow`", "sub": [] },
212-
{ "title": "`tracing`", "sub": [] },
213212
{ "title": "`flamegraph`", "sub": [] }
214213
] },
215214
{ "title": "Closures", "sub": [
@@ -225,9 +224,9 @@
225224
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week7/dark.pdf",
226225
"hw_handout": "/hw/iterlab/iterlab.zip",
227226
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
228-
"hw_released": false,
227+
"hw_released": true,
229228
"details_released": true,
230-
"slides_released": false,
229+
"slides_released": true,
231230
"extras": [
232231
{ "title": "Rust Book Chapter 13", "link": "https://doc.rust-lang.org/book/ch13-00-functional-features.html", "sub": [] },
233232
{ "title": "Rust Book Chapter 14", "link": "https://doc.rust-lang.org/book/ch14-00-more-about-cargo.html", "sub": [] }

0 commit comments

Comments
 (0)