Skip to content

Commit

Permalink
Cut beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
flenter committed Feb 1, 2024
1 parent e15d8ad commit 0ce3e4a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 15 deletions.
48 changes: 41 additions & 7 deletions Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ repository = "https://github.com/fiberplane/providers"

[workspace.dependencies]
fiberplane-ci = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
fiberplane-models = { version = "1.0.0-beta.6" }
fiberplane-pdk = { version = "1.0.0-beta.8", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.8", path = "fiberplane-pdk-macros" }
fiberplane-provider-bindings = { version = "2.0.0-beta.6" }
fiberplane-models = { version = "1.0.0-beta.9" }
fiberplane-pdk = { version = "1.0.0-beta.9", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.9", path = "fiberplane-pdk-macros" }
fiberplane-provider-bindings = { version = "2.0.0-beta.9" }
fp-bindgen = { version = "3.0.0" }
fp-bindgen-support = { version = "3.0.0" }
rmpv = { version = "1", features = ["with-serde"] }
Expand All @@ -33,8 +33,7 @@ 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-provider-bindings = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
#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" }

Expand Down
2 changes: 1 addition & 1 deletion fiberplane-pdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
version = "1.0.0-beta.8"
version = "1.0.0-beta.9"
license = { workspace = true }
repository = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion fiberplane-pdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
version = "1.0.0-beta.8"
version = "1.0.0-beta.9"
license = { workspace = true }
repository = { workspace = true }

Expand Down

0 comments on commit 0ce3e4a

Please sign in to comment.