Skip to content

Commit

Permalink
Upgrade to fp-bindgen 3.0.0 (#139)
Browse files Browse the repository at this point in the history
* Upgrade to fp-bindgen 3.0.0

* Revert to main
  • Loading branch information
arendjr authored May 1, 2023
1 parent f6a9a88 commit 87eb3d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
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 = "main" }
#fp-bindgen-support = { git = "ssh://[email protected]/fiberplane/fp-bindgen.git", branch = "main" }
#fp-bindgen-macros = { 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" }
2 changes: 1 addition & 1 deletion src/tasks/service/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Library of fiberplane-provider-protocol binding wrappers
use fiberplane::{
provider_bindings::host::mem::{deserialize_from_slice, serialize_to_vec},
provider_bindings::wasmer2_host::mem::{deserialize_from_slice, serialize_to_vec},
provider_bindings::{Blob, Cell, ConfigSchema, Error, ProviderRequest, SupportedQueryType},
provider_runtime::spec::Runtime,
};
Expand Down

0 comments on commit 87eb3d4

Please sign in to comment.