Skip to content

Commit 0c6c1b4

Browse files
committed
chore: unpin serde version
1 parent 67d3f6e commit 0c6c1b4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ revm = { version = "16.0.0", default-features = false, features = ["std"] }
3838

3939
zenith-types = "0.10"
4040

41-
# TODO: remove this later
42-
# https://github.com/serde-rs/serde/issues/2844
43-
serde = { version = "=1.0.210"}
44-
4541
[dev-dependencies]
4642
revm = { version = "16.0.0", features = [
4743
"test-utils",
@@ -58,8 +54,6 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
5854
# misc
5955
eyre = "0.6"
6056

61-
62-
6357
[features]
6458
default = [
6559
"std",

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,6 @@ pub mod system;
396396

397397
pub use revm;
398398

399-
// TODO: remove this later
400-
// https://github.com/serde-rs/serde/issues/2844
401-
use serde as _;
402-
403399
/// Utilities for testing Trevm or testing with Trevm.
404400
#[cfg(any(test, feature = "test-utils"))]
405401
pub mod test_utils;

0 commit comments

Comments
 (0)