mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
a400444e33
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.7.11 to 0.8.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/compare/0.7.11...0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
difference = "2.0.0"
|
|
itertools = "0.8.0"
|
|
text_unit = "0.1.2"
|
|
serde_json = "1.0.24"
|