Skip to content

Commit

Permalink
bump to 0.2.3 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed Jul 23, 2024
1 parent 3518684 commit ef1e386
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redu"
version = "0.2.2"
version = "0.2.3"
authors = ["Daniel Rebelo de Oliveira <[email protected]>"]
license = "MIT"
homepage = "https://github.com/drdo/redu"
Expand All @@ -22,8 +22,11 @@ humansize = "2"
indicatif = "0.17"
log = "0.4"
rand = "0.8"
ratatui = { version = "0.27", features = ["unstable-rendered-line-info", "unstable-widget-ref"] }
rusqlite = { version = "0.31", features = ["bundled", "functions", "trace"] }
ratatui = { version = "0.27", features = [
"unstable-rendered-line-info",
"unstable-widget-ref",
] }
rusqlite = { version = "0.32", features = ["bundled", "functions", "trace"] }
scopeguard = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit ef1e386

Please sign in to comment.