Skip to content

Commit

Permalink
Use patched pbr to fix cli
Browse files Browse the repository at this point in the history
Fixes #201.

This should be changed when a8m/pb#120 is merged
and released.
  • Loading branch information
ids1024 authored and jackpot51 committed Aug 8, 2023
1 parent 5ebc062 commit c5bf861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-request
i18n-embed-fl = "0.6.4"
libc = "0.2.134"
once_cell = "1.15.0"
pbr = "1.0.4"
# pbr = "1.0.4"
pbr = { git = "https://github.com/ids1024/pb", branch = "write" }
popsicle = { path = ".." }
rust-embed = { version = "6.4.1", features = ["debug-embed"] }

0 comments on commit c5bf861

Please sign in to comment.