Skip to content

Commit

Permalink
remove progenitor override
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 27, 2024
1 parent 78e7de7 commit cfb89ad
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 35 deletions.
135 changes: 105 additions & 30 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 @@ -607,9 +607,9 @@ opt-level = 3
#
# Local client generation during development.
#
[patch."https://github.com/oxidecomputer/progenitor"]
progenitor = { path = "../progenitor/progenitor" }
progenitor-client = { path = "../progenitor/progenitor-client" }
#[patch."https://github.com/oxidecomputer/progenitor"]
#progenitor = { path = "../progenitor/progenitor" }
#progenitor-client = { path = "../progenitor/progenitor-client" }
#[patch."https://github.com/oxidecomputer/typify"]
#typify = { path = "../typify/typify" }

Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rand_chacha = { version = "0.3.1", default-features = false, features = ["std"]
regex = { version = "1.10.3" }
regex-automata = { version = "0.4.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
reqwest = { version = "0.11.24", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
Expand Down Expand Up @@ -192,7 +192,7 @@ rand_chacha = { version = "0.3.1", default-features = false, features = ["std"]
regex = { version = "1.10.3" }
regex-automata = { version = "0.4.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
reqwest = { version = "0.11.24", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
Expand Down

0 comments on commit cfb89ad

Please sign in to comment.