Skip to content

Commit

Permalink
Update to latest runtime (#100)
Browse files Browse the repository at this point in the history
- Bump runtime library to version that integrates the ghūl port of the pipes library
- Bump compiler tool to version that supports pipes integrated into the ghūl runtime library

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.

Bumps #minor version
  • Loading branch information
degory committed Feb 8, 2024
1 parent 63fa8ce commit dd08ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.16",
"version": "0.7.0",
"commands": [
"ghul-compiler"
]
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<ItemGroup>
<PackageReference Include="ghul.targets" Version="1.2.*" />
<PackageReference Include="ghul.pipes" Version="1.1.*" />
<PackageReference Include="ghul.runtime" Version="1.1.*" />
<PackageReference Include="ghul.runtime" Version="1.2.*" />
</ItemGroup>
</Project>

0 comments on commit dd08ed5

Please sign in to comment.