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 Aug 25, 2024
1 parent 2ab2625 commit 23eecad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 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 @@ -117,6 +117,7 @@ tokio = { version = "1.37.0", features = [
] }
toml = { version = "0.8.12", features = ["parse"] }
toml_edit = { version = "0.22.12", features = ["parse"] }
ubi = "0.1.0"
url = "2.5.0"
usage-lib = { version = "0.3", features = ["clap"] }
versions = { version = "6.2.0", features = ["serde"] }
Expand All @@ -126,8 +127,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"
nix = { version = "0.29", features = ["signal", "user"] }
Expand Down

0 comments on commit 23eecad

Please sign in to comment.