Skip to content

Commit

Permalink
Bump ra-ap-rustc_index and ra-ap-rustc_abi
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 25, 2023
1 parent c01679e commit aadeb66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
20 changes: 5 additions & 15 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 crates/rustc-dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors.workspace = true
[dependencies]
ra-ap-rustc_lexer = { version = "0.20.0" }
ra-ap-rustc_parse_format = { version = "0.20.0", default-features = false }
ra-ap-rustc_index = { version = "0.19.0", default-features = false }
ra-ap-rustc_abi = { version = "0.19.0", default-features = false }
ra-ap-rustc_index = { version = "0.20.0", default-features = false }
ra-ap-rustc_abi = { version = "0.20.0", default-features = false }

[features]
in-rust-tree = []

0 comments on commit aadeb66

Please sign in to comment.