diff --git a/Cargo.toml b/Cargo.toml index d785833..579d0b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpd" -version = "2.26.0-beta.1" +version = "2.26.0" edition = "2018" description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers." authors = ["Fiberplane "] @@ -14,7 +14,7 @@ clap = { version = "4.1.4", features = ["derive", "env", "cargo", "help"] } ctrlc = "3.2.1" directories = "4.0.1" duct = "0.13" -fiberplane = { version = "1.0.0-beta.14", features = [ +fiberplane = { version = "1.0.0-beta.13", features = [ "base64uuid-creation", "models", "provider-bindings",