From 6e8fa50957d27c90cc4cdb01bcd6beb7be31d7c2 Mon Sep 17 00:00:00 2001 From: Matt Paras Date: Thu, 17 Apr 2025 08:37:48 -0700 Subject: [PATCH] bump steel to fix windows --- Cargo.lock | 10 +++++----- steel | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 050f796b9..7dd3fc127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3151,7 +3151,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steel-core" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a93900c4f44cd2b9bc065b63c867a8973620f113" +source = "git+https://github.com/mattwparas/steel.git#2f28ab10523198726d343257d29d892864e897b0" dependencies = [ "abi_stable", "anyhow", @@ -3202,7 +3202,7 @@ dependencies = [ [[package]] name = "steel-derive" version = "0.5.0" -source = "git+https://github.com/mattwparas/steel.git#a93900c4f44cd2b9bc065b63c867a8973620f113" +source = "git+https://github.com/mattwparas/steel.git#2f28ab10523198726d343257d29d892864e897b0" dependencies = [ "proc-macro2", "quote", @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "steel-doc" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a93900c4f44cd2b9bc065b63c867a8973620f113" +source = "git+https://github.com/mattwparas/steel.git#2f28ab10523198726d343257d29d892864e897b0" dependencies = [ "steel-core", ] @@ -3220,7 +3220,7 @@ dependencies = [ [[package]] name = "steel-gen" version = "0.2.0" -source = "git+https://github.com/mattwparas/steel.git#a93900c4f44cd2b9bc065b63c867a8973620f113" +source = "git+https://github.com/mattwparas/steel.git#2f28ab10523198726d343257d29d892864e897b0" dependencies = [ "codegen", "serde", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "steel-parser" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a93900c4f44cd2b9bc065b63c867a8973620f113" +source = "git+https://github.com/mattwparas/steel.git#2f28ab10523198726d343257d29d892864e897b0" dependencies = [ "compact_str", "fxhash", diff --git a/steel b/steel index a93900c4f..2f28ab105 160000 --- a/steel +++ b/steel @@ -1 +1 @@ -Subproject commit a93900c4f44cd2b9bc065b63c867a8973620f113 +Subproject commit 2f28ab10523198726d343257d29d892864e897b0