Skip to content

Commit

Permalink
Use published fork of rustyline (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Jun 8, 2024
1 parent 37d4c39 commit 5db4deb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
50 changes: 26 additions & 24 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 brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
[dependencies]
brush-parser = { version = "0.1.0", path = "../brush-parser" }
brush-core = { version = "0.1.0", path = "../brush-core" }
rustyline = { git = "https://github.com/reubeno/rustyline", rev = "fffa79df0751f95af9f8ec39191e92f3d4d7e21e", features = [
rustyline = { package = "brush-rustyline-fork", version = "14.0.1", features = [
"derive",
] }
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ allow-git = []

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
github = ["reubeno"]
github = []

0 comments on commit 5db4deb

Please sign in to comment.