Skip to content

Commit 15cf4cb

Browse files
committed
Adjust month
1 parent cf0209b commit 15cf4cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/this-month/2021-08/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
title = "This Month in Rust OSDev (July 2021)"
2+
title = "This Month in Rust OSDev (August 2021)"
33
date = 0000-01-01
44

55
[extra]
6-
month = "July 2021"
6+
month = "August 2021"
77
authors = [
88
"phil-opp",
99
# add yourself here
@@ -17,7 +17,7 @@ Welcome to a new issue of _"This Month in Rust OSDev"_. In these posts, we give
1717
This series is openly developed [on GitHub](https://github.com/rust-osdev/homepage/). Feel free to open pull requests there with content you would like to see in the next issue. If you find some issues on this page, please report them by [creating an issue](https://github.com/rust-osdev/homepage/issues/new) or using our [_comment form_](#comment-form) at the bottom of this page.
1818

1919
<!--
20-
This is a draft for the upcoming "This Month in Rust OSDev (July 2021)" post.
20+
This is a draft for the upcoming "This Month in Rust OSDev (August 2021)" post.
2121
Feel free to create pull requests against the `next` branch to add your
2222
content here.
2323
Please take a look at the past posts on https://rust-osdev.com/ to see the
@@ -34,7 +34,7 @@ In this section, we give an overview of notable changes to the projects hosted u
3434

3535
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables.
3636

37-
In July, …
37+
In August, …
3838

3939
## Call for Participation
4040

0 commit comments

Comments
 (0)