Skip to content

Commit

Permalink
no_std lazy static
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 2, 2024
1 parent 5bf55fc commit 9bf688d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,10 @@ alloy-eips = { version = "0.3", default-features = false }

# Serialization
basic-toml = "0.1.9"
# toml = { version = "0.8.14", default-features = false }
serde_repr = "0.1"
serde = { version = "1.0.203", default-features = false, features = ["derive", "alloc"] }

# Misc
lazy_static = "1.4.0"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
hashbrown = { version = "0.14.3", features = ["serde"] }
anyhow = { version = "1.0.86", default-features = false }

0 comments on commit 9bf688d

Please sign in to comment.