Skip to content

Commit

Permalink
Fix repack
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Oct 23, 2024
1 parent b7e970b commit eb1f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/rust-build/Repackage-RustRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param (
$ErrorActionPreference = "Stop"

$RustVersion="nightly"
$ReleaseVersion="1.81.0.0"
$ReleaseVersion="1.82.0.0"

if (Test-Path -Path esp -PathType Container) {
Remove-Item -Recurse -Force -Path esp
Expand Down

0 comments on commit eb1f33d

Please sign in to comment.