From af2437f570cdc0fbc2ab0b1ce3a84697ef0bc9a3 Mon Sep 17 00:00:00 2001 From: "Hernan G. Gonzalez" Date: Sat, 12 Oct 2024 14:10:33 -0300 Subject: [PATCH 1/4] modify course.toml --- Course.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course.toml b/Course.toml index 69f0b2f..9ce5dc1 100644 --- a/Course.toml +++ b/Course.toml @@ -1,2 +1,2 @@ [test] -level = '0' +level = '1' From 24cbb5203ef5b41bff400300e5d44431d3c36e3a Mon Sep 17 00:00:00 2001 From: "Hernan G. Gonzalez" Date: Sat, 12 Oct 2024 14:12:55 -0300 Subject: [PATCH 2/4] modify cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c112ed5..a5d648b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ thiserror = "1.0" clap = "4.5.20" [lints.rust] -unsafe_code = "forbid" +unsafe_code = "allow" [features] stage1 = [] From 08ffa7a15963f805d68767a871415bbea28daad7 Mon Sep 17 00:00:00 2001 From: "Hernan G. Gonzalez" Date: Sat, 12 Oct 2024 14:16:36 -0300 Subject: [PATCH 3/4] revert cargo change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5d648b..c112ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ thiserror = "1.0" clap = "4.5.20" [lints.rust] -unsafe_code = "allow" +unsafe_code = "forbid" [features] stage1 = [] From 67acdcf057145851910be51c89335c97baca0386 Mon Sep 17 00:00:00 2001 From: "Hernan G. Gonzalez" Date: Sat, 12 Oct 2024 14:45:51 -0300 Subject: [PATCH 4/4] fix pr --- Course.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Course.toml b/Course.toml index 9ce5dc1..69f0b2f 100644 --- a/Course.toml +++ b/Course.toml @@ -1,2 +1,2 @@ [test] -level = '1' +level = '0' diff --git a/README.md b/README.md index 2d45a13..e83d072 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ $ ./your_program ``` It then expects to receive a "Hello Rust!" on the standard output. +asdf asdf ## 2. Write header section