From 775e5e25449d434bbb0afb3e4a0af94e118581d7 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Tue, 31 Oct 2023 22:03:50 -0700 Subject: [PATCH] bump to use latest master branch of steel --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f996c27de..aed22a839 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#11c124dbc8ee890429215bd5963e9a56cac7b923" +source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" 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#11c124dbc8ee890429215bd5963e9a56cac7b923" +source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" 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#11c124dbc8ee890429215bd5963e9a56cac7b923" +source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" dependencies = [ "codegen", "serde", @@ -2650,7 +2650,7 @@ dependencies = [ [[package]] name = "steel-parser" version = "0.4.0" -source = "git+https://github.com/mattwparas/steel.git#11c124dbc8ee890429215bd5963e9a56cac7b923" +source = "git+https://github.com/mattwparas/steel.git#78514fac9b22a82a98997e7c928224ddb65e63f7" dependencies = [ "logos", "num-bigint",