From 41c487d8d5947dc9ddc9aee8475eae4b9aa159c2 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Thu, 4 Jul 2024 14:42:40 -0700 Subject: [PATCH] update steel to latest --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a79cce9f4..66581940e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2634,7 +2634,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steel-core" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "abi_stable", "anyhow", @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "steel-derive" version = "0.5.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "proc-macro2", "quote", @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "steel-gen" version = "0.2.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "codegen", "serde", @@ -2693,7 +2693,7 @@ dependencies = [ [[package]] name = "steel-parser" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "fxhash", "lasso",