Versioning fuckup

This commit is contained in:
2023-02-16 20:42:26 +00:00
parent a500f8b87a
commit f967cc46a0
7 changed files with 60 additions and 39 deletions

7
Cargo.lock generated
View File

@@ -108,6 +108,12 @@ dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "implicit-clone"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40fc102e70475c320b185cd18c1e48bba2d7210b63970a4d581ef903e4368ef7"
[[package]]
name = "itertools"
version = "0.10.3"
@@ -157,6 +163,7 @@ dependencies = [
"chumsky",
"derivative",
"hashbrown",
"implicit-clone",
"itertools",
"lazy_static",
"mappable-rc",