Skip to content

Commit 517a183

Browse files
committed
point to spair on crates.io
1 parent f5e84ad commit 517a183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/spair-qr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
spair = { git = "https://github.com/aclueless/spair.git", features = ["queue-render"] }
9+
spair = { version = "0.0.6", features = ["queue-render"] }
1010
getrandom = { version = "0.2.6", features = ["js"] }
1111
rand = { version = "0.8.5", features = ["small_rng"] }
1212

frameworks/keyed/spair/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
spair = { git = "https://github.com/aclueless/spair.git", features = ["keyed-list"] }
9+
spair = { version = "0.0.6", features = ["keyed-list"] }
1010
getrandom = { version = "0.2.6", features = ["js"] }
1111
rand = { version = "0.8.5", features = ["small_rng"] }
1212

0 commit comments

Comments
 (0)