Skip to content

Commit

Permalink
#70 update rustyline & satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fsktom committed Dec 13, 2023
1 parent c06fb5a commit 6ef9972
Show file tree
Hide file tree
Showing 8 changed files with 436 additions and 389 deletions.
308 changes: 170 additions & 138 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "endsong"
version = "0.2.0"
authors = ["Filip Tomaśko <shader301270@gmail.com>"]
edition = "2021"
rust-version = "1.72"
rust-version = "1.74"
description = "Library for getting data from Spotify endsong.json files"
readme = "README.md"

Expand All @@ -13,7 +13,7 @@ readme = "README.md"
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0.*"
chrono = "0.4"
itertools = "0.11"
itertools = "0.12"
tracing = "0.1"
thiserror = "1.0"

Expand Down
Loading

0 comments on commit 6ef9972

Please sign in to comment.