Skip to content

Commit e32d6df

Browse files
authored
Merge pull request #598 from paretje/feature/update-rand
support rand 0.9
2 parents 6fd1875 + bcd4157 commit e32d6df

File tree

2 files changed

+99
-19
lines changed

2 files changed

+99
-19
lines changed

Cargo.lock

Lines changed: 98 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lscolors = { version = "0.17.0", features = ["nu-ansi-term"] }
3232
notify = "^6"
3333
open = "^5"
3434
phf = { version = "^0", features = ["macros"], optional = true }
35-
rand = "^0"
35+
rand = "^0.9"
3636
ratatui-image = { version = "1.0.5", default-features = false, features = ["termion", "rustix", "serde"] }
3737
regex = "1.9.3"
3838
rustyline = "^12"

0 commit comments

Comments
 (0)