Skip to content

Commit

Permalink
chore: pin breaking icu releases (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 25, 2023
1 parent f67f850 commit 1b17453
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions crates/revm/revm-inspectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ serde_json = { workspace = true, optional = true }
# js-tracing-inspector
boa_engine = { workspace = true, optional = true }
boa_gc = { workspace = true, optional = true }
# pin this until https://github.com/boa-dev/boa/issues/3299 is mitigated
icu_collections = "=1.2.0"
icu_provider_macros = "=1.2.0"
tinystr = "=0.7.1"

tokio = { version = "1", features = ["sync"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/revm/revm-inspectors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
issue_tracker_base_url = "https://github.com/paradigmxzy/reth/issues/"
)]
#![warn(missing_docs, unreachable_pub, unused_crate_dependencies)]
#![warn(missing_docs, unreachable_pub)]
#![deny(unused_must_use, rust_2018_idioms)]
#![doc(test(
no_crate_inject,
Expand Down

0 comments on commit 1b17453

Please sign in to comment.