From abce162c6a4e680308a443049b2488ce5610ffb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 18 Nov 2023 20:12:19 +0100 Subject: [PATCH] fix: update README after recent changes --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 490e380..a6d49d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "aoc" -version = "28.0.0" +version = "29.0.0" dependencies = [ "dotenvy", "elves", diff --git a/Cargo.toml b/Cargo.toml index 0ec0977..ba1dd2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc" description = "template for advent of code" readme = "README.md" -version = "28.0.0" +version = "29.0.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "] diff --git a/README.md b/README.md index 1f1fa6f..ce9a8f9 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,12 @@ - `examples/`: example files go here; you can push this as test are run in ci - `utils/`: utils files go here - `lib.rs`: contains framework code - - `main.rs`: contains framework code - `.env.example`: example dotenv file ### Cli - `cargo scaffold `: prepare solution files for `day` - `cargo download `: download input file for `day` - `cargo solve `: run solution against input for `day` -- `cargo all`: alias for run; runs solutions for all days ### dotenv