We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a279cc commit 0528c18Copy full SHA for 0528c18
provider/registry/Cargo.toml
@@ -15,5 +15,5 @@ categories.workspace = true
15
include.workspace = true
16
17
[dev-dependencies]
18
-icu = { workspace = true, features = ["experimental"] }
19
-icu_provider = { workspace = true }
+icu = { path = "../../components/icu", features = ["experimental"] }
+icu_provider = { workspace = true }
0 commit comments