Merge pull request #2 from codecrafters-io/sync
Sync with languages repo
This commit is contained in:
commit
6e832add5e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user