update steel to latest

pull/8675/merge^2
mattwparas 2024-07-04 14:42:40 -07:00
parent b478e60138
commit 41c487d8d5
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -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",