diff --git a/Cargo.lock b/Cargo.lock index da9f4f8..6233c6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,8 +349,8 @@ dependencies = [ [[package]] name = "erg_common" -version = "0.6.32-nightly.1" -source = "git+https://github.com/erg-lang/erg#3869dd022efdb6a6eec45dc3ea92545195ad9b0f" +version = "0.6.32-nightly.2" +source = "git+https://github.com/erg-lang/erg#8e5850d943734e11221229118accbc2dd4fc5e01" dependencies = [ "erg_proc_macros", "parking_lot", @@ -359,8 +359,8 @@ dependencies = [ [[package]] name = "erg_compiler" -version = "0.6.32-nightly.1" -source = "git+https://github.com/erg-lang/erg#3869dd022efdb6a6eec45dc3ea92545195ad9b0f" +version = "0.6.32-nightly.2" +source = "git+https://github.com/erg-lang/erg#8e5850d943734e11221229118accbc2dd4fc5e01" dependencies = [ "erg_common", "erg_parser", @@ -368,8 +368,8 @@ dependencies = [ [[package]] name = "erg_parser" -version = "0.6.32-nightly.1" -source = "git+https://github.com/erg-lang/erg#3869dd022efdb6a6eec45dc3ea92545195ad9b0f" +version = "0.6.32-nightly.2" +source = "git+https://github.com/erg-lang/erg#8e5850d943734e11221229118accbc2dd4fc5e01" dependencies = [ "erg_common", "erg_proc_macros", @@ -378,8 +378,8 @@ dependencies = [ [[package]] name = "erg_proc_macros" -version = "0.6.32-nightly.1" -source = "git+https://github.com/erg-lang/erg#3869dd022efdb6a6eec45dc3ea92545195ad9b0f" +version = "0.6.32-nightly.2" +source = "git+https://github.com/erg-lang/erg#8e5850d943734e11221229118accbc2dd4fc5e01" dependencies = [ "quote", "syn 1.0.109", @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "rustpython-codegen" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "ahash", "bitflags 2.4.2", @@ -1274,7 +1274,7 @@ dependencies = [ [[package]] name = "rustpython-common" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "ascii", "bitflags 2.4.2", @@ -1300,7 +1300,7 @@ dependencies = [ [[package]] name = "rustpython-compiler" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "rustpython-codegen", "rustpython-compiler-core", @@ -1310,7 +1310,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "bitflags 2.4.2", "itertools", @@ -1323,7 +1323,7 @@ dependencies = [ [[package]] name = "rustpython-derive" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "rustpython-compiler", "rustpython-derive-impl", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "rustpython-derive-impl" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "itertools", "maplit", @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "rustpython-pylib" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "glob", "rustpython-compiler-core", @@ -1435,7 +1435,7 @@ dependencies = [ [[package]] name = "rustpython-stdlib" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "adler32", "ahash", @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "rustpython-vm" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "ahash", "ascii", @@ -1576,7 +1576,7 @@ dependencies = [ [[package]] name = "rustpython_wasm" version = "0.3.0" -source = "git+https://github.com/rustpython/rustpython#a88c2fe00050255e0859ca6432034608c4f848ba" +source = "git+https://github.com/rustpython/rustpython#97a0705d2e30a740f2cdfbfea00d92ae314ec682" dependencies = [ "console_error_panic_hook", "js-sys",