Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 24 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ quote = "1"
# `features=["full"]` gets the item/use AST it walks) and drives the harness-side `syn`-based
# differentials in the test suite (`wasm_api_parity` / `recombination_tests`). NEVER a
# generated-crate dep — it runs inside this tool only.
syn = { version = "2", features = ["full"] }
syn = { version = "3", features = ["full"] }
# Cargo's own SemVer parser/evaluator (cargo-team maintained). Powers the dependency-spec merge in
# `cargo_manifest.rs`: a user's concrete version pin is kept verbatim when it satisfies the tool's
# version requirement (caret semantics), otherwise the tool's floor wins.
Expand Down
Loading