From 985cce77da1b5412c5767b77c56ca8082ed24a06 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Fri, 16 Dec 2022 20:19:21 +0200 Subject: [PATCH] Use `spirt 0.1.0` from crates.io --- Cargo.lock | 3 ++- Cargo.toml | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a883d4ef2d..2439c694e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 844a54a611..da67f3f6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }