Skip to content

Commit

Permalink
Merge 5ab239f into 42b7231
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Dec 7, 2022
2 parents 42b7231 + 5ab239f commit c48cff0
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 3 deletions.
232 changes: 229 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ members = [
"crates/turbopack-swc-utils",
"crates/turbopack",
"crates/turbopack-tests",
"crates/turbo-updater",
"shim",
"xtask",
]
Expand Down
16 changes: 16 additions & 0 deletions crates/turbo-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "turbo-updater"
version = "0.1.0"
edition = "2021"
description = "Minimal wrapper around update-informer to provide npm registry support and consistent UI"
license = "MPL-2.0"
publish = false

[dependencies]
colored = "2.0"
serde = { version = "1.0.126", features = ["derive"] }
strip-ansi-escapes = "0.1.1"
terminal_size = "0.2"
thiserror = "1.0"
update-informer = "0.5.0"
ureq = { version = "2.3.0" }

0 comments on commit c48cff0

Please sign in to comment.