Skip to content

Commit

Permalink
Merge branch 'main' into avery/fixup-supergraph-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Oct 19, 2021
2 parents e715e88 + fb15153 commit 73fbef3
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 65 deletions.
139 changes: 80 additions & 59 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ atty = "0.2"
billboard = { git = "https://github.com/EverlastingBugstopper/billboard.git", branch = "main" }
camino = { version = "1", features = ["serde1"] }
chrono = "0.4"
console = "0.14"
console = "0.15"
crossterm = "0.21"
git-url-parse = "0.3"
git2 = { version = "0.13", default-features = false, features = ["vendored-openssl"] }
Expand All @@ -63,8 +63,8 @@ serde_json = "1.0"
serde_yaml = "0.8"
strsim = "0.10"
structopt = "0.3"
strum = "0.21"
strum_macros = "0.21"
strum = "0.22"
strum_macros = "0.22"
termimad = "0.16"
toml = "0.5"
tracing = "0.1"
Expand Down
Loading

0 comments on commit 73fbef3

Please sign in to comment.