Skip to content

Commit

Permalink
Fix MLIR version compat for MLIR 19
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Oct 13, 2024
1 parent e7661d8 commit a208d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"

[compat]
CEnum = "0.4"
MLIR_jll = "14,15,16,17,18"
MLIR_jll = "14,15,16,17,18,19"
Preferences = "1"
ScopedValues = "1"
julia = "1.9"

0 comments on commit a208d7a

Please sign in to comment.