Skip to content

Commit

Permalink
chore: unpin serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 23, 2024
1 parent 67d3f6e commit 0c6c1b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ revm = { version = "16.0.0", default-features = false, features = ["std"] }

zenith-types = "0.10"

# TODO: remove this later
# https://github.com/serde-rs/serde/issues/2844
serde = { version = "=1.0.210"}

[dev-dependencies]
revm = { version = "16.0.0", features = [
"test-utils",
Expand All @@ -58,8 +54,6 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
# misc
eyre = "0.6"



[features]
default = [
"std",
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ pub mod system;

pub use revm;

// TODO: remove this later
// https://github.com/serde-rs/serde/issues/2844
use serde as _;

/// Utilities for testing Trevm or testing with Trevm.
#[cfg(any(test, feature = "test-utils"))]
pub mod test_utils;
Expand Down

0 comments on commit 0c6c1b4

Please sign in to comment.