Skip to content

Commit 023c16a

Browse files
authored
Merge branch 'main' into bolt-perf-tuple-no-clone-12063508566212123643
2 parents 7342576 + 9d3989c commit 023c16a

47 files changed

Lines changed: 107 additions & 167 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.jules/bolt.md

Lines changed: 0 additions & 3 deletions

Cargo.lock

Lines changed: 36 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ anyhow = { workspace = true }
3737
rustyline = { workspace = true }
3838
toml = { workspace = true }
3939
indexmap = { workspace = true }
40-
bincode = "3.0"
40+
bincode = "1.3"
4141
dirs = "6.0"
4242
num_cpus = "1.15"
43-
ureq = { version = "3.3.0" }
43+
ureq = { version = "2.9.0" }
4444

4545
[build-dependencies]
4646
winres = "0.1.12"

compiler/bytecode/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ techscript_syntax = { path = "../syntax" }
1010
techscript_ast = { path = "../ast" }
1111
techscript_ir = { path = "../ir" }
1212
serde = { workspace = true }
13-
bincode = "3.0"
13+
bincode = "1.3"
1414

1515
[dev-dependencies]
1616
techscript_errors = { path = "../errors" }
@@ -19,4 +19,4 @@ techscript_parser = { path = "../parser" }
1919
techscript_semantic = { path = "../semantic" }
2020
techscript_optimizer = { path = "../optimizer" }
2121
serde = { workspace = true }
22-
bincode = "3.0"
22+
bincode = "1.3"

0 commit comments

Comments
 (0)