Skip to content

Commit

Permalink
Update trustfall to avoid missed optimization perf regression. (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jan 17, 2025
1 parent 4f03ac9 commit 1335a7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [".github/", "brand/", "scripts/", "test_crates/", "test_outputs/", "t
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
trustfall = "0.8.0" # Ensure this matches the `trustfall_core` dev-dependency version below.
trustfall = "0.8.1" # Ensure this matches the `trustfall_core` dev-dependency version below.
# `cargo_metadata` is used at the API boundary of `trustfall_rustdoc`,
# so ensure the version we use for `cargo_metadata` here matches what `trustfall_rustdoc` uses too.
trustfall_rustdoc = { version = "0.20.0", default-features = false, features = ["v32", "v33", "v35", "v36", "v37", "rayon", "rustc-hash"] }
Expand Down Expand Up @@ -62,7 +62,7 @@ insta = { version = "1.41.1", features = ["ron", "filters", "toml"] }
regex = "1.11.1"
insta-cmd = "0.6.0"
rayon = "1.10.0"
trustfall_core = "0.8.0" # Ensure this matches the `trustfall` version above.
trustfall_core = "0.8.1" # Ensure this matches the `trustfall` version above.

# In dev and test profiles, compile all dependencies with optimizations enabled,
# but still checking debug assertions and overflows.
Expand Down

0 comments on commit 1335a7c

Please sign in to comment.