1
0

Merge pull request #2 from codecrafters-io/sync

Sync with languages repo
This commit is contained in:
Paul Kuruvilla 2021-09-23 19:46:22 +01:00 committed by GitHub
commit 6e832add5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Time to move on to the next stage!
# Running Your Program Locally # 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 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 `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. the first time you run it. Subsequent runs will be fast.

View File

@ -7,5 +7,5 @@ debug: false
# Use this to change the Rust version used to run your code # Use this to change the Rust version used to run your code
# on Codecrafters. # on Codecrafters.
# #
# Available versions: rust-1.43 # Available versions: rust-1.54
language_pack: rust-1.43 language_pack: rust-1.54