From 27f3e5f9d6afb3a9888db8a57de493ec02941689 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 6 Sep 2022 12:10:09 +0200 Subject: [PATCH] Rename ch4 to ch5 (it was a mistake) --- .../Cargo.lock | 0 .../Cargo.toml | 2 +- .../src/main.rs | 0 ch5-data-in-depth/Cargo.toml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename {ch3-cubsat-ground-station => ch4-cubsat-ground-station}/Cargo.lock (100%) rename {ch3-cubsat-ground-station => ch4-cubsat-ground-station}/Cargo.toml (91%) rename {ch3-cubsat-ground-station => ch4-cubsat-ground-station}/src/main.rs (100%) diff --git a/ch3-cubsat-ground-station/Cargo.lock b/ch4-cubsat-ground-station/Cargo.lock similarity index 100% rename from ch3-cubsat-ground-station/Cargo.lock rename to ch4-cubsat-ground-station/Cargo.lock diff --git a/ch3-cubsat-ground-station/Cargo.toml b/ch4-cubsat-ground-station/Cargo.toml similarity index 91% rename from ch3-cubsat-ground-station/Cargo.toml rename to ch4-cubsat-ground-station/Cargo.toml index 55d009f..3404e08 100644 --- a/ch3-cubsat-ground-station/Cargo.toml +++ b/ch4-cubsat-ground-station/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ch3-cubsat-ground-station" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ch3-cubsat-ground-station/src/main.rs b/ch4-cubsat-ground-station/src/main.rs similarity index 100% rename from ch3-cubsat-ground-station/src/main.rs rename to ch4-cubsat-ground-station/src/main.rs diff --git a/ch5-data-in-depth/Cargo.toml b/ch5-data-in-depth/Cargo.toml index 3d2628b..ac9283c 100644 --- a/ch5-data-in-depth/Cargo.toml +++ b/ch5-data-in-depth/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ch5-data-in-depth" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- 2.45.2