File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ] }
1010getrandom = { version = " 0.2.6" , features = [" js" ] }
1111rand = { version = " 0.8.5" , features = [" small_rng" ] }
1212
Original file line number Diff line number Diff 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" ] }
1010getrandom = { version = " 0.2.6" , features = [" js" ] }
1111rand = { version = " 0.8.5" , features = [" small_rng" ] }
1212
You can’t perform that action at this time.
0 commit comments