From 6908122fc842c53a2e40fc5a1108a61aef72a010 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Thu, 23 Sep 2021 19:28:34 +0100 Subject: [PATCH] Syncing with codecrafters-io/languages Created by https://github.com/codecrafters-io/languages --- README.md | 2 +- codecrafters.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8efecba..f44b7bb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ commits, trees etc.), Git's transfer protocols and more. # Usage -1. Ensure you have `cargo (1.43)` installed locally +1. Ensure you have `cargo (1.54)` installed locally 1. Run `./your_git.sh` to run your Git implementation, which is implemented in `src/main.rs`. This command compiles your Rust project, so it might be slow the first time you run it. Subsequent runs will be fast. diff --git a/codecrafters.yml b/codecrafters.yml index 895914e..d4aa1d9 100644 --- a/codecrafters.yml +++ b/codecrafters.yml @@ -7,5 +7,5 @@ debug: false # Use this to change the Rust version used to run your code # on Codecrafters. # -# Available versions: rust-1.43 -language_pack: rust-1.43 +# Available versions: rust-1.54 +language_pack: rust-1.54