Skip to content

Commit

Permalink
Merge pull request #44 from drdo/bump-0.2.2
Browse files Browse the repository at this point in the history
Bump to 0.2.2 and update some dependencies
  • Loading branch information
drdo authored Jul 9, 2024
2 parents 96f4cb4 + 34bd18b commit 7d88909
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
48 changes: 25 additions & 23 deletions Cargo.lock

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

6 changes: 3 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.1"
version = "0.2.2"
authors = ["Daniel Rebelo de Oliveira <[email protected]>"]
license = "MIT"
homepage = "https://github.com/drdo/redu"
Expand All @@ -22,7 +22,7 @@ humansize = "2"
indicatif = "0.17"
log = "0.4"
rand = "0.8"
ratatui = { version = "0.26", features = ["unstable-rendered-line-info", "unstable-widget-ref"] }
ratatui = { version = "0.27", features = ["unstable-rendered-line-info", "unstable-widget-ref"] }
rusqlite = { version = "0.31", features = ["bundled", "functions", "trace"] }
scopeguard = "1"
serde = { version = "1", features = ["derive"] }
Expand All @@ -32,7 +32,7 @@ unicode-segmentation = "1"
uuid = { version = "1", features = ["v4"], optional = true }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28", features = ["process"] }
nix = { version = "0.29", features = ["process"] }

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 7d88909

Please sign in to comment.