Skip to content

Commit

Permalink
Fix Cargo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Dec 5, 2023
1 parent 73a849c commit 8c72076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ url = { version = "2.2.2", features = ["serde"] }
vergen = { version = "8.2.5", features = ["build", "git", "git2"] }

[patch.crates-io]
#fiberplane-models = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
#fiberplane-provider-bindings = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
fiberplane-models = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "autometrics-types" }
fiberplane-provider-bindings = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "autometrics-types" }
#fp-bindgen = { git = "ssh://[email protected]/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }
#fp-bindgen-support = { git = "ssh://[email protected]/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }

#[patch.'ssh://[email protected]/fiberplane/fiberplane.git']
fiberplane-models = { path = "../fiberplane/fiberplane-models" }
fiberplane-provider-bindings = { path = "../fiberplane/fiberplane-provider-protocol/fiberplane-provider-bindings" }
#fiberplane-models = { path = "../fiberplane/fiberplane-models" }
#fiberplane-provider-bindings = { path = "../fiberplane/fiberplane-provider-protocol/fiberplane-provider-bindings" }

0 comments on commit 8c72076

Please sign in to comment.