Skip to content

Commit 0528c18

Browse files
committed
[dev-deps] Change registry dev deps
1 parent 2a279cc commit 0528c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ categories.workspace = true
1515
include.workspace = true
1616

1717
[dev-dependencies]
18-
icu = { workspace = true, features = ["experimental"] }
19-
icu_provider = { workspace = true }
18+
icu = { path = "../../components/icu", features = ["experimental"] }
19+
icu_provider = { workspace = true }

0 commit comments

Comments
 (0)