Skip to content

Commit 5ec993c

Browse files
committed
Make dependencies into workspace dependencies.
The once_cell dependency has been removed entirely and replaced with equivalent types from std. Relatedly, in ledger/store/src/helpers/rocksdb/internal/mod.rs, I commuted what was a Mutex<Lazy<..>> into a Lazy<Mutex<..>>, which was likely the intent. There were previously many renames of crate dependencies. I've undone some of these renames, as I think they just make it harder to follow which crate is which. But some I've kept (now done by `extern original_name as new_name` as workspace dependencies can't be renamed in the other way), largely just to avoid having an even larger diff.
1 parent dfa206a commit 5ec993c

File tree

332 files changed

+2123
-2745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+2123
-2745
lines changed

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)