Skip to content

Commit c270bee

Browse files
committed
Update for JuliaSyntax flags refactor
One test here depends on GreenNode printing which prints the raw flags. An update to JuliaSyntax will fix that soon.
1 parent f1d6246 commit c270bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This work is intended to
2929
Note this is a work in progress; many types of syntax are not yet handled.
3030

3131
1. You need a 1.13.0-DEV build of Julia: At least 1.13.0-DEV.880. Commit `5ebc5b463ea` is currently known to work. Note that JuliaLowering relies on Julia internals and may be broken on the latest Julia dev version from time to time.
32-
2. Use commit `46723f0` of [JuliaSyntax](https://github.com/JuliaLang/JuliaSyntax.jl)
32+
2. Use commit `e02f29f` of [JuliaSyntax](https://github.com/JuliaLang/JuliaSyntax.jl)
3333
3. Get the latest version of [JuliaSyntaxFormatter](https://github.com/c42f/JuliaSyntaxFormatter.jl)
3434
4. Run the demo `include("test/demo.jl")`
3535

0 commit comments

Comments
 (0)