Skip to content

Commit

Permalink
Bump compat to 1.6 and fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Mar 1, 2023
1 parent cd0a2d2 commit 3617ebf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name = "Automa"
uuid = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
authors = ["Kenta Sato <[email protected]>", "Jakob Nybo Nissen <[email protected]"]
version = "0.8.2"

[weakdeps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "1.0.0"

[deps]
ScanByte = "7b38b023-a4d7-4c5e-8d43-3f3097f304eb"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[extensions]
AutomaStream = "TranscodingStreams"

[compat]
ScanByte = "0.3.3"
TranscodingStreams = "0.9"
julia = "1.5"
julia = "1.6"

[extensions]
AutomaStream = "TranscodingStreams"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[targets]
test = ["Test", "TranscodingStreams"]

[weakdeps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
4 changes: 2 additions & 2 deletions src/codegen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ end
# Add a warning if users go down a rabbit hole trying to figure out what these macros
# expand to.
# See the function `rewrite_special_macros` below, where the expansion happens
const WARNING_STRING = """This string comes from the expansion of a fake macro in Automa.jl. \
It is intercepted and expanded by Automa's own compiler, not by the Julia compiler. \
const WARNING_STRING = """This string comes from the expansion of a fake macro in Automa.jl.
It is intercepted and expanded by Automa's own compiler, not by the Julia compiler.
Search for this string in the Automa source code to learn more."""

"""
Expand Down

0 comments on commit 3617ebf

Please sign in to comment.