bump to use latest master branch of steel

pull/8675/merge^2
mattwparas 1 year ago
parent 0b5501d175
commit 775e5e2544

8
Cargo.lock generated

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

Loading…
Cancel
Save