Skip to content

Commit

Permalink
Update IronRure-Batteries Versions
Browse files Browse the repository at this point in the history
Gets the lastst versions of the native packages. These builds include
the fix for rust-lang/regex#365.
  • Loading branch information
iwillspeak committed May 15, 2017
1 parent adc1658 commit 8b527da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/IronRure/IronRure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Version>0.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IronRure.Batteries-Darwin" Version="0.0.2" />
<PackageReference Include="IronRure.Batteries-Windows" Version="0.0.1" />
<PackageReference Include="IronRure.Batteries-Darwin" Version="0.0.3" />
<PackageReference Include="IronRure.Batteries-Windows" Version="0.0.3" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions test/IronRureTests/RegexTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ public void Regex_FindWithCaptures_ReturnsValidCaptureInfo()

var match = captures[0];
Assert.True(captures.Matched);
/// FIXME: Waiting for rust-lang/regex#365
///Assert.Equal(4, captures.Length);
Assert.Equal(4, captures.Length);

Assert.Equal(9U, match.Start);
Assert.Equal(19U, match.End);
Expand Down

0 comments on commit 8b527da

Please sign in to comment.