Skip to content

Commit

Permalink
repl: Upgrade runtimelib (zed-industries#16499)
Browse files Browse the repository at this point in the history
Upgrades runtimelib to bring in some fixes from
runtimed/runtimed#114 and
runtimed/runtimed#113 that work towards
addressing issues interfacing with the Julia kernel.

Release Notes:

- N/A
  • Loading branch information
rgbkrk authored Aug 20, 2024
1 parent 1f0dc8b commit f185269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ rand = "0.8.5"
regex = "1.5"
repair_json = "0.1.0"
rsa = "0.9.6"
runtimelib = { version = "0.14", default-features = false, features = [
runtimelib = { version = "0.15", default-features = false, features = [
"async-dispatcher-runtime",
] }
rusqlite = { version = "0.29.0", features = ["blob", "array", "modern_sqlite"] }
Expand Down

0 comments on commit f185269

Please sign in to comment.