diff --git a/README.md b/README.md index d141367..bd1a367 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Time to move on to the next stage! # Running Your Program Locally -1. Ensure you have `cargo (1.43)` installed locally +1. Ensure you have `cargo (1.54)` installed locally 1. Run `./your_sqlite3.sh` to run your program, 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