Skip to content

Commit

Permalink
drop thread_local feature
Browse files Browse the repository at this point in the history
  • Loading branch information
perobertson committed Jun 26, 2024
1 parent 6e63bda commit 393ecda
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ features = ["use_std"]
[workspace.dependencies.parking_lot]
version = "0.12.3"

# used only by rusqlite
[workspace.dependencies.thread_local]
version = "1.1.8"

[workspace.dependencies.tokio-metrics]
version = "0.3.1"
default-features = false
Expand Down
2 changes: 0 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ serde_json.workspace = true
serde_regex.workspace = true
serde.workspace = true
thiserror.workspace = true
thread_local.optional = true
thread_local.workspace = true
tikv-jemallocator.optional = true
tikv-jemallocator.workspace = true
tikv-jemalloc-ctl.optional = true
Expand Down
2 changes: 0 additions & 2 deletions src/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ parking_lot.workspace = true
ruma.workspace = true
rust-rocksdb.optional = true
rust-rocksdb.workspace = true
thread_local.optional = true
thread_local.workspace = true
tokio.workspace = true
tracing.workspace = true

Expand Down

0 comments on commit 393ecda

Please sign in to comment.