chore: pin breaking icu releases (#4760)

This commit is contained in:
Matthias Seitz
2023-09-25 13:56:42 +02:00
committed by GitHub
parent f67f850bfe
commit 1b17453261
3 changed files with 9 additions and 1 deletions

View File

@ -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]

View File

@ -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,