Skip to content

Commit

Permalink
put postcard as workspace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 15, 2024
1 parent c59416e commit 2985c1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ metrics = "0.23.0"
num-traits = { version = "0.2", default-features = false }
once_cell = "1.0"
parking_lot = "0.12.1"
postcard = { version = "1.0.10", features = [ "use-std" ], default-features = false }
pretty_assertions = "1.2.1"
rand = "0.8.5"
rayon = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/katana/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ num-bigint = "0.4.6"

[dev-dependencies]
assert_matches.workspace = true
postcard = "1.0.10"
postcard.workspace = true
rstest.workspace = true
similar-asserts.workspace = true

Expand Down
6 changes: 1 addition & 5 deletions crates/katana/storage/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ thiserror.workspace = true
tracing.workspace = true

# codecs
[dependencies.postcard]
default-features = false
features = [ "use-std" ]
optional = true
version = "1.0.8"
postcard = { workspace = true, optional = true }

[dependencies.libmdbx]
git = "https://github.com/paradigmxyz/reth.git"
Expand Down

0 comments on commit 2985c1e

Please sign in to comment.