Skip to content

Commit

Permalink
Require indexmap/serde to fix running lapce-rpc's tests (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jan 1, 2023
1 parent a9dcfb6 commit 97d626d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 lapce-data/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ alacritty_terminal = "0.17.0"
once_cell = "1.15"
config = { version = "0.13.2", default-features = false, features = ["toml"] }
include_dir = "0.6.0"
indexmap = "1.7.0"
indexmap = "1"
itertools = "0.10.1"
im = { version = "15.0.0", features = ["serde"] }
crossbeam-channel = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lapce-rpc/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ log = "0.4.17"
parking_lot = "0.11.2"
anyhow = "1.0.34"
human-sort = { git = "https://github.com/dragazo/human-sort" }
indexmap = "1"
indexmap = { version = "1", features = ["serde"] }
serde_json = "1.0.87"
serde = "1.0"
crossbeam-channel = "0.5.0"
Expand Down

0 comments on commit 97d626d

Please sign in to comment.