Skip to content

Commit

Permalink
fix(js): revert ahash dependency version, fixes #314
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Sep 2, 2022
1 parent 61d54a8 commit ae7cbf5
Show file tree
Hide file tree
Showing 7 changed files with 2,872 additions and 5,298 deletions.
2 changes: 1 addition & 1 deletion crates/taplo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ahash = { version = "0.8.0", features = ["serde"] }
ahash = { version = "0.7.6", features = ["serde"] }
anyhow = { version = "1.0.53", features = ["backtrace"] }
arc-swap = "1.5.0"
async-recursion = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["serde"]
schema = ["schemars"]

[dependencies]
ahash = "0.8.0"
ahash = "0.7.6"
arc-swap = "1.5.0"
either = "1.6.1"
globset = { version = "0.4.8" }
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"build": "rm -rf dist && yarn build:syntax && yarn build:node && yarn build:browser-extension && yarn build:browser-server"
},
"dependencies": {
"@taplo/lsp": "0.4.0",
"@taplo/lsp": "0.4.2",
"deep-equal": "^2.0.5",
"encoding": "^0.1.13",
"fast-glob": "^3.2.11",
Expand Down
Loading

0 comments on commit ae7cbf5

Please sign in to comment.