Skip to content

Commit

Permalink
fix: build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Feb 20, 2023
1 parent 0bfcfbc commit 3ed58d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strip = true
codegen-units = 1

[dependencies]
libtos = { path = "../libtos" }
libtos = { git = "https://github.com/honnip/libtos", rev = "df0a7a3" }
clap = { version = "4", features = ["derive"] }
globset = "0.4"
sanitize-filename = "0.4"
Expand Down

0 comments on commit 3ed58d4

Please sign in to comment.