Skip to content

Commit

Permalink
Update the provider + runtime to prevent crashes on omitted fields (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Nov 10, 2021
1 parent a320eac commit e3bb13f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

Binary file modified providers/prometheus.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.44"
clap = "=3.0.0-beta.4"
ctrlc = "3.2.1"
fp-provider-runtime = { git = "ssh://git@github.com/fiberplane/providers.git", branch = "main" }
# fp-provider-runtime = { path = "../../providers/runtimes/fp-provider-runtime/" }
#fp-provider-runtime = { path = "../../providers/runtimes/fp-provider-runtime/" }
futures = "0.3.17"
http = "0.2.4"
hyper = { version = "0.14.12", features = ["full"] }
Expand Down

0 comments on commit e3bb13f

Please sign in to comment.