Skip to content

Commit

Permalink
wip fixing ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kvey committed Apr 12, 2024
1 parent 0dab8d1 commit 5535f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions toolchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ protobuf = "3.2.0"
sqlparser = "0.34.0"
anyhow = { version = "1.0", default-features = false }
indoc = "1.0.3"
serde = { version = "=1.0.197", features = ["derive"] }
serde_derive = "=1.0.197"
serde = { version = "1", features = ["derive"] }
serde_derive = "1"
serde_json = "=1.0.115"
tonic = "0.9"
prost = "0.11"
Expand All @@ -53,3 +53,6 @@ bincode = "2.0.0-rc.3"

petgraph = "0.6.3"

[patch.crates-io]
deno = {path = "../../deno/cli"}
deno_runtime = {path = "../../deno/runtime"}
4 changes: 2 additions & 2 deletions toolchain/chidori-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dashmap = "5.5.3"

# TODO: make optional
yaml-front-matter = "0.1.0"
deno = {path = "/Users/coltonpierson/work/deno/cli"}
deno_runtime = {path = "/Users/coltonpierson/work/deno/runtime"}
deno = "1.41.3"
deno_runtime = "0.150.0"
deno_core = "0.272.0"
#starlark = { version = "0.9.0"}
http-body-util = "0.1.0-rc.2"
Expand Down

0 comments on commit 5535f8e

Please sign in to comment.