Skip to content

Commit

Permalink
build: Unfix reedline (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 11, 2023
1 parent 653a543 commit dfc0db9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 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 @@ -16,7 +16,7 @@ ciborium = "0.2"
clap = { version = "4.2.2", features = ["derive", "cargo"] }
nu-ansi-term = { version = "0.49", optional = true }
once_cell = "1"
reedline = { git = "https://github.com/nushell/reedline", rev = "e7ee24a2b01d041feefb5eb58ba2377a20412f94" }
reedline = "0.22"
serde = { version = "1.0.160", features = ["derive"] }
sqlparser = "0.36"
tmp_env = "0.1.1"
Expand Down

0 comments on commit dfc0db9

Please sign in to comment.