Skip to content

Commit 25e32d8

Browse files
committed
remove local overrides
1 parent 037da06 commit 25e32d8

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

Cargo.lock

Lines changed: 10 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ panic = "abort"
8787
#
8888
# Local client generation during development.
8989
#
90-
[patch."https://github.com/oxidecomputer/progenitor"]
91-
progenitor = { path = "../progenitor/progenitor" }
90+
#[patch."https://github.com/oxidecomputer/progenitor"]
91+
#progenitor = { path = "../progenitor/progenitor" }
9292
[patch.crates-io]
93-
typify = { path = "../typify/typify" }
93+
typify = { git = "https://github.com/oxidecomputer/typify" }
9494

9595
#
9696
# We maintain a fork of pq-sys to address upstream issues. See the

0 commit comments

Comments
 (0)