Skip to content

Commit

Permalink
Merge branch 'main' into olszewski/perf_vt100_minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski authored Oct 3, 2024
2 parents fb76b25 + 03a31cd commit 4576771
Show file tree
Hide file tree
Showing 175 changed files with 6,919 additions and 3,308 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"type": "shell",
"label": "prepare turbo",
"command": "cargo build -p turbo"
"command": "cargo build --package turbo"
}
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dependencies

Building

- Building `turbo` CLI: `cargo build -p turbo`
- Building `turbo` CLI: `cargo build --package turbo`
- Using `turbo` to build `turbo` CLI: `./turbow.js`

### TLS Implementation
Expand Down
Loading

0 comments on commit 4576771

Please sign in to comment.