Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
set specific version
  • Loading branch information
Anton-4 authored Jan 24, 2026
commit 7c04faa7c3895c127bcb61b70df228e4f59a6833
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["staticlib"]
# Note: we use "=version" for reproducability, cargo may silently use a more recent version if you do not use `=`.
[dependencies]
libc = "=0.2.180" # keep version in sync with libc workspace dep below
crossterm = "0.27"
crossterm = "=0.29.0"
roc_std_new.workspace = true
roc_io_error.workspace = true
roc_random.workspace = true
Expand Down