Skip to content

Commit

Permalink
Cut beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Jun 12, 2023
1 parent 5f9466e commit f0908a7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
32 changes: 22 additions & 10 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fpd"
version = "2.10.0"
version = "2.10.0-beta.1"
edition = "2018"
description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers."
authors = ["Fiberplane <[email protected]>"]
Expand All @@ -13,7 +13,7 @@ async-channel = "1.8.0"
clap = { version = "4.1.4", features = ["derive", "env", "cargo", "help"] }
ctrlc = "3.2.1"
directories = "4.0.1"
fiberplane = { version = "1.0.0-beta.2", features = [
fiberplane = { version = "1.0.0-beta.3", features = [
"base64uuid-creation",
"models",
"provider-bindings",
Expand Down Expand Up @@ -54,8 +54,7 @@ test-env-log = { version = "0.2", default-features = false, features = [
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }

[patch.crates-io]
#fiberplane = { path = "../fiberplane/fiberplane" }
fiberplane = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
#fiberplane = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
#fp-bindgen-macros = { path = "../fp-bindgen/macros"}
#fp-bindgen-support = { path = "../fp-bindgen/fp-bindgen-support"}
#fp-bindgen-macros = { git = "ssh://[email protected]/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }
Expand Down

0 comments on commit f0908a7

Please sign in to comment.