Skip to content

Commit

Permalink
[build] fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aslpavel committed Oct 20, 2024
1 parent a17062c commit c23f150
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 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 sweep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ lazy_static = "^1.1"
mimalloc = { version = "^0.1", default-features = false }
smallvec = "1.9.0"

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

# main binary dependencies (TODO: use workspace)
Expand Down

0 comments on commit c23f150

Please sign in to comment.