Skip to content

Commit

Permalink
Bump heraclitus to 1.8.1 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM authored Oct 28, 2024
1 parent c19417a commit af78b72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amber-meta = { path = "meta" }
chrono = "0.4.38"
clap = { version = "4.4.18", features = ["derive"] }
colored = "2.0.0"
heraclitus-compiler = "1.8.0"
heraclitus-compiler = "1.8.1"
include_dir = "0.7.4"
itertools = "0.13.0"
similar-string = "1.4.2"
Expand Down Expand Up @@ -51,10 +51,10 @@ ci = "github"
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc"
]
# Publish jobs to run in CI
Expand Down

0 comments on commit af78b72

Please sign in to comment.