Merge pull request #217 from truemedian/patch-1
fix inStream deprecation
This commit is contained in:
commit
e1ec1ac12d
@ -22,7 +22,7 @@ pub fn main() !void {
|
|||||||
|
|
||||||
try runBuild(builder);
|
try runBuild(builder);
|
||||||
|
|
||||||
const stdout_stream = io.getStdOut().outStream();
|
const stdout_stream = io.getStdOut().writer();
|
||||||
|
|
||||||
// TODO: We currently add packages from every LibExeObj step that the install step depends on.
|
// TODO: We currently add packages from every LibExeObj step that the install step depends on.
|
||||||
// Should we error out or keep one step or something similar?
|
// Should we error out or keep one step or something similar?
|
||||||
|
Loading…
Reference in New Issue
Block a user