Skip to content

Commit a496110

Browse files
committed
downgrading ra to 2024-01-08 for testing
1 parent c5ec437 commit a496110

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/RustAnalyzer/Infrastructure/RADownloaderService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public interface IRADownloaderService
2222
[PartCreationPolicy(CreationPolicy.Shared)]
2323
public class RADownloaderService : IRADownloaderService
2424
{
25-
public const string LatestInPackageRAVersion = "2024-01-15";
25+
public const string LatestInPackageRAVersion = "2024-01-08";
2626

2727
public const string RAVersionFormat = "yyyy-MM-dd";
2828
private readonly IRegistrySettingsService _regSettings;

src/RustAnalyzer/RustAnalyzer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</Compile>
9696
</ItemGroup>
9797
<ItemGroup>
98-
<Content Include="..\external\rust-analyzer.2024-01-15.exe">
98+
<Content Include="..\external\rust-analyzer.2024-01-08.exe">
9999
<Link>rust-analyzer.2024-01-15.exe</Link>
100100
<IncludeInVSIX>true</IncludeInVSIX>
101101
</Content>

src/external/rust_analyzer.pdb

-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)