Skip to content

Commit

Permalink
fixing dependencies' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed May 8, 2023
1 parent 08bc5aa commit 7d302fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ ignore_in_ci = []
# cc="*"

[dependencies]
neovim-lib="*"
log="*"
neovim-lib="0.6.1"
log="0.4"
log-panics = { version = "2", features = ["with-backtrace"]}
simple-logging="*"
close_fds="*"
thiserror="*"
dirs="*"
regex="*"
strip-ansi-escapes="*"
simple-logging="2.0"
close_fds="0.3"
thiserror="1.0"
dirs="5.0"
regex="1.3" # up-to-date-regex needs a more recent Rust version
strip-ansi-escapes="0.1.1"
libc="0.2.79"
serial_test = "*"
serial_test = "2.0"

# jupyter-client = { git = "https://gitlab.com/srwalker101/rust-jupyter-client.git", branch = "dev" }


# Python3 interpreter
unindent="*"
unindent="0.2"

0 comments on commit 7d302fc

Please sign in to comment.