Skip to content

Commit 5f0af29

Browse files
committed
chore: move opfs-project to direct dep in utoo-wasm
1 parent 0f12ad4 commit 5f0af29

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ simd-json = "0.17.0"
5858
tempfile = "3"
5959
thiserror = "1.0"
6060
tokio = { version = "1.47.1" }
61-
opfs-project = "0.2.4"
6261
tokio-fs-ext = "0.7.7"
6362
toml = "0.8"
6463
tracing = "0.1.41"

crates/utoo-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flate2 = "1.1.5"
1616
futures = { workspace = true }
1717
js-sys = "0.3.83"
1818
oneshot = "0.1.11"
19-
opfs-project.workspace = true
19+
opfs-project = "0.2.4"
2020
petgraph = "0.6"
2121
reqwest = { version = "0.12.22", default-features = false, features = ["json"] }
2222
rustc-hash = { workspace = true }

0 commit comments

Comments
 (0)