Skip to content

Commit

Permalink
Version bump to 0.6 for tikv-jemallocator (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiedotwtf committed Sep 23, 2024
1 parent b94e521 commit d43e972
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ term-table = "1.3"
termion = "4.0"
textwrap = "0.16"
thiserror = "1.0"
tikv-jemallocator = "0.5"
tikv-jemallocator = "0.6"
tokio = "1.12"
toml = "0.8"
toml_edit = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion sway-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pretty_assertions = "1.4.0"
rand = "0.8"
regex = "^1.10.2"
sway-lsp-test-utils = { path = "tests/utils" }
tikv-jemallocator = "0.5"
tikv-jemallocator = "0.6"
tower = { version = "0.4.12", default-features = false, features = ["util"] }

[[bench]]
Expand Down

0 comments on commit d43e972

Please sign in to comment.