Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from codecrafters-io/sync
Browse files Browse the repository at this point in the history
Sync with languages repo
  • Loading branch information
rohitpaulk committed Sep 23, 2021
2 parents 11620e6 + 6908122 commit f77cd31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions codecrafters.yml
Expand Up @@ -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

0 comments on commit f77cd31

Please sign in to comment.