Skip to content

Commit

Permalink
don't depend on progenitor-client from github (or progenitor-macro) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Dec 18, 2024
1 parent e4574c2 commit 05596ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 62 deletions.
68 changes: 8 additions & 60 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 @@ -40,7 +40,7 @@ oxide-httpmock = { path = "sdk-httpmock", version = "0.9.0" }
oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
predicates = "3.1.2"
pretty_assertions = "1.4.1"
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }
progenitor-client = "0.8.0"
rand = "0.8.5"
ratatui = "0.26.3"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
clap = { workspace = true }
newline-converter = { workspace = true }
progenitor = { workspace = true }
progenitor = { workspace = true, default-features = false }
regex = { workspace = true }
rustfmt-wrapper = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 05596ba

Please sign in to comment.