bump arena
This commit is contained in:
parent
b3b6e56222
commit
5c66053bd1
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -552,7 +552,7 @@ dependencies = [
|
||||
"hir_expand",
|
||||
"indexmap",
|
||||
"itertools 0.10.0",
|
||||
"la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"la-arena 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log",
|
||||
"mbe",
|
||||
"once_cell",
|
||||
@ -571,7 +571,7 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"base_db",
|
||||
"either",
|
||||
"la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"la-arena 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log",
|
||||
"mbe",
|
||||
"parser",
|
||||
@ -596,7 +596,7 @@ dependencies = [
|
||||
"hir_def",
|
||||
"hir_expand",
|
||||
"itertools 0.10.0",
|
||||
"la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"la-arena 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log",
|
||||
"once_cell",
|
||||
"profile",
|
||||
@ -769,13 +769,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "la-arena"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
[[package]]
|
||||
name = "la-arena"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b0385ab3b926cc05c78275d7ac6799c21fb964ada0a45cdaeaf1415d6a3dda39"
|
||||
checksum = "383ed2a74426d1051751f6483a7160b98f36068224857cd4c953b34719476fc3"
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
@ -1203,7 +1203,7 @@ name = "profile"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"la-arena 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"perf-event",
|
||||
@ -1218,7 +1218,7 @@ dependencies = [
|
||||
"cargo_metadata",
|
||||
"cfg",
|
||||
"itertools 0.10.0",
|
||||
"la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"la-arena 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log",
|
||||
"paths",
|
||||
"proc_macro_api",
|
||||
|
Loading…
Reference in New Issue
Block a user