Skip to content

Commit

Permalink
whoops: fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmal committed Feb 28, 2024
1 parent d30d19f commit afbc2ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ eula = false

[dependencies]
anyhow = "1.0.76"
bbml = { version = "0.1.1", path = "../bbml" }
bbml = { version = "0.2.0", path = "../bbml" }
camino = "1.1.6"
crossterm = "0.27.0"
edlearn_client = { version = "0.1.1", path = "../client" }
edlearn_client = { version = "0.2.0", path = "../client" }
log = { workspace = true }
open = "5.0.1"
ratatui = { workspace = true }
Expand Down

0 comments on commit afbc2ec

Please sign in to comment.