Skip to content

Commit

Permalink
Use a released version of ubi
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jul 24, 2024
1 parent 4835da4 commit d1ec7db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ tokio = { version = "1.37.0", features = [
] }
toml = { version = "0.8.12", features = ["parse"] }
toml_edit = { version = "0.22.12", features = ["parse"] }
ubi = { version = "0.1.0" }
url = "2.5.0"
usage-lib = { version = "0.3", features = ["clap"] }
versions = { version = "6.2.0", features = ["serde"] }
Expand All @@ -123,8 +124,6 @@ which = "6.0.1"
xx = { version = "1.0.0", features = ["glob"] }
zip = { version = "2", default-features = false, features = ["deflate"] }

ubi = { git = "https://github.com/houseabsolute/ubi.git", branch = "library-ize" }

[target.'cfg(unix)'.dependencies]
exec = "0.3.1"

Expand Down

0 comments on commit d1ec7db

Please sign in to comment.