From 726f4f45f636831599ca5bb2ff3db98a74f99062 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Sun, 5 Nov 2023 09:55:23 -0800 Subject: [PATCH] bump to use latest master branch of steel again, fixes msrv issue --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aed22a839..42ad12234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2593,7 +2593,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steel-core" version = "0.5.0" -source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" +source = "git+https://github.com/mattwparas/steel.git#45f582560445da5faaaa19098c5b50e7f872c10e" dependencies = [ "abi_stable", "anyhow", @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "steel-derive" version = "0.4.0" -source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" +source = "git+https://github.com/mattwparas/steel.git#45f582560445da5faaaa19098c5b50e7f872c10e" dependencies = [ "proc-macro2", "quote", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "steel-gen" version = "0.2.0" -source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" +source = "git+https://github.com/mattwparas/steel.git#45f582560445da5faaaa19098c5b50e7f872c10e" dependencies = [ "codegen", "serde", @@ -2650,7 +2650,7 @@ dependencies = [ [[package]] name = "steel-parser" version = "0.4.0" -source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" +source = "git+https://github.com/mattwparas/steel.git#45f582560445da5faaaa19098c5b50e7f872c10e" dependencies = [ "logos", "num-bigint",