Use spirt 0.1.0 from crates.io

This commit is contained in:
Eduard-Mihai Burtescu 2022-12-16 20:19:21 +02:00 committed by Eduard-Mihai Burtescu
parent fabcbd9c78
commit 985cce77da
2 changed files with 2 additions and 5 deletions

3
Cargo.lock generated
View File

@ -2237,7 +2237,8 @@ dependencies = [
[[package]]
name = "spirt"
version = "0.1.0"
source = "git+https://github.com/EmbarkStudios/spirt.git?rev=cda161b7e7b336685448ab0a7f8cfe96bd90e752#cda161b7e7b336685448ab0a7f8cfe96bd90e752"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06834ebbbbc6f86448fd5dc7ccbac80e36f52f8d66838683752e19d3cae9a459"
dependencies = [
"arrayvec",
"bytemuck",

View File

@ -52,7 +52,3 @@ codegen-units = 256
opt-level = 3
incremental = true
codegen-units = 256
[patch.crates-io]
# HACK(eddyb) only needed until `spirt 0.1.0` is released.
spirt = { git = "https://github.com/EmbarkStudios/spirt.git", rev = "cda161b7e7b336685448ab0a7f8cfe96bd90e752" }