Skip to content

Commit

Permalink
fix(term): rollback ratatui from 0.26.2 to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Apr 17, 2024
1 parent 0348ec2 commit 75b6db7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true

include = ["src/**/*", "CHANGELOG.md", "categories.toml"]
name = "synd-term"
version = "0.2.0"
version = "0.1.10"

[[bin]]
name = "synd"
Expand All @@ -35,7 +35,7 @@ itertools = { workspace = true }
nom = { version = "7.1.3", default-features = false, features = ["std"] }
open = "5.1.0"
parse_duration = { workspace = true }
ratatui = { version = "0.26.2" }
ratatui = { version = "=0.26.1" }
reqwest = { workspace = true }
schemars = { version = "0.8.16", default-features = false, features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 75b6db7

Please sign in to comment.