diff options
| author | 0xMySt1c <0xMySt1c@tuta.io> | 2023-01-04 14:59:18 -0500 |
|---|---|---|
| committer | 0xMySt1c <0xMySt1c@tuta.io> | 2023-01-04 14:59:18 -0500 |
| commit | 87221720494d21958eb7e6e4abc4ee1c35f3f6e2 (patch) | |
| tree | f2b1c1900f3d5326d7ef566aa1816cb0cae48f0a /.gitpod.yml | |
| parent | 915a59e514a36c678d3e4f4b3b64d1fa71ffcfeb (diff) | |
update rust language extension to rust-analyzer
Diffstat (limited to '.gitpod.yml')
| -rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 73cb802..0691933 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,4 +4,4 @@ tasks: vscode: extensions: - - rust-lang.rust@0.7.8 + - rust-lang.rust-analyzer@0.3.1348 |
