Remove partialeq for layers (#230)

# Conflicts:
#	Cargo.lock
#	core/document/Cargo.toml
This commit is contained in:
0HyperCube
2021-06-29 21:06:37 +01:00
committed by Keavon Chambers
parent 0692bc8727
commit ece23e7c5f
10 changed files with 13 additions and 12 deletions
Generated
+3 -2
View File
@@ -118,8 +118,9 @@ dependencies = [
[[package]]
name = "kurbo"
version = "0.8.3"
source = "git+https://github.com/linebender/kurbo.git#9ed4b73dac4f085065d7a6968121581cb8296089"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
dependencies = [
"arrayvec",
]