Skip to content

Commit

Permalink
Bump minor version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
flenter authored Aug 14, 2023
1 parent b32b4f5 commit 77b6261
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 @@ -6,14 +6,14 @@ exclude = ["providers/.cargo"]
authors = ["Fiberplane <[email protected]>"]
edition = "2021"
rust-version = "1.65"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fiberplane/providers"

[workspace.dependencies]
fiberplane-models = { version = "1.0.0-beta.3" }
fiberplane-pdk = { version = "1.0.0-beta.5", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.5", path = "fiberplane-pdk-macros" }
fiberplane-pdk = { version = "1.0.0-beta.6", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.6", path = "fiberplane-pdk-macros" }
fiberplane-provider-bindings = { version = "2.0.0-beta.3" }
fp-bindgen = { version = "3.0.0" }
fp-bindgen-support = { version = "3.0.0" }
Expand Down

0 comments on commit 77b6261

Please sign in to comment.