Instagram / LibCST

A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree
https://libcst.readthedocs.io/
Other
1.53k stars 188 forks source link

Bump trybuild from 1.0.86 to 1.0.99 in /native #1194

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps trybuild from 1.0.86 to 1.0.99.

Release notes

Sourced from trybuild's releases.

1.0.98

  • Fix enabling of default features for workspace dependencies (#282, thanks @​gui1117)

1.0.97

  • Normalize number of types listed in "the following other types implement trait" diagnostics (#277)

1.0.96

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#271)

1.0.95

  • Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate (#269)

1.0.94

  • Resolve unexpected_cfgs warning (#268)

1.0.93

1.0.92

  • Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#265, thanks @​weiznich)

1.0.91

1.0.90

  • Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (#257)

1.0.89

  • Normalize compiler build date messages (#254)

1.0.88

  • Work around dead_code warning false positive (#253)

1.0.87

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
  • 831f5ef Release 1.0.99
  • aeb7b06 Merge pull request #284 from dtolnay/default-features
  • fa107d6 Keep track of whether manifest overrides workspace dependency's default-features
  • a4f4171 Release 1.0.98
  • aa567ec Merge pull request #282 from gui1117/gui-fix-default-features
  • c08e3f7 remove unused
  • cd88ca2 Fix default features
  • daeef9c Release 1.0.97
  • 207b0a5 Merge pull request #278 from dtolnay/rustflags
  • 1b8d4bd Combine all rustflags into cargo --config arg
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)