Skip to content

Commit

Permalink
Update to latest runtime (#102)
Browse files Browse the repository at this point in the history
- Bump runtime library to latest version
- Bump compiler tool to latest version

Notes: the compiler integration tests reference the runtime library that's packaged with ghul-test, so we need to take the runtime package update here before the compiler can also take it.
  • Loading branch information
degory committed Feb 13, 2024
1 parent 95b442a commit 6a9aa47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"ghul.compiler": {
"version": "0.7.1",
"version": "0.7.3",
"commands": [
"ghul-compiler"
]
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.2.1-alpha.1</Version>
<Version>1.3.1-alpha.1</Version>
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<!-- ghūl runtime -->
<PackageVersion Include="ghul.runtime" Version="1.3.0" />
<PackageVersion Include="ghul.runtime" Version="1.3.1" />

<!-- ghūl compiler dependencies -->
<PackageVersion Include="System.Reflection.MetadataLoadContext" Version="8.0.0" />
Expand Down

0 comments on commit 6a9aa47

Please sign in to comment.