Skip to content

Commit

Permalink
[cargo] use published surf-n-term
Browse files Browse the repository at this point in the history
  • Loading branch information
aslpavel committed Oct 26, 2024
1 parent 6c9d8f9 commit 1e2fac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tokio = { version = "1", features = ["full"] }
tracing = { version = "^0.1" }
tracing-subscriber = { version = "^0.3", features = ["env-filter"] }

# surf_n_term = { version = "^0.17.1" }
surf_n_term = { path = "../surf-n-term" }
surf_n_term = { version = "^0.17.2" }
# surf_n_term = { path = "../surf-n-term" }
# surf_n_term = { git = "https://github.com/aslpavel/surf-n-term.git" }

sweep = { path = "sweep-lib" }
Expand Down

0 comments on commit 1e2fac5

Please sign in to comment.