Move from poly-cool to polycool (#3309)

This commit is contained in:
jneem
2025-10-24 22:12:01 +00:00
committed by GitHub
parent c4f6a2c9c1
commit 3a80560a68
4 changed files with 7 additions and 7 deletions
Generated
+4 -4
View File
@@ -2109,7 +2109,7 @@ dependencies = [
"num-traits",
"parley",
"petgraph 0.7.1",
"poly-cool",
"polycool",
"rand 0.9.2",
"rand_chacha 0.9.0",
"rustc-hash 2.1.1",
@@ -4191,10 +4191,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
[[package]]
name = "poly-cool"
version = "0.3.2"
name = "polycool"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8370a553db72b99cd797d84e98f4f3a43bc7b57a3d9f0c9f095cbb24683694c1"
checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6"
dependencies = [
"arrayvec",
]