Skip to content

Commit fefd2a6

Browse files
committed
chore: crates.io only accepts versioned git deps
1 parent 269bf3a commit fefd2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-indexeddb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", features = [
3131
matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", features = ["js"], optional = true }
3232
matrix-sdk-store-encryption = { version = "0.2.0", path = "../matrix-sdk-store-encryption" }
3333
indexed_db_futures = "0.2.3"
34-
indexed_db_futures_nodejs = { package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true }
34+
indexed_db_futures_nodejs = { version = "0.2.3", package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true }
3535
ruma = "0.7.0"
3636
serde = "1.0.136"
3737
serde_json = "1.0.79"

0 commit comments

Comments
 (0)