diff --git a/Cargo.toml b/Cargo.toml index f65f1a9..a033f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fp" -version = "2.22.0" +version = "2.22.0-beta.1" authors = ["Team Fiberplane"] edition = "2018" build = "build.rs" @@ -19,7 +19,7 @@ cli-table = "0.4" crossterm = { version = "0.27.0", features = ["event-stream"] } directories = "5.0.1" dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } -fiberplane = { version = "1.0.0-beta.11", features = [ +fiberplane = { version = "1.0.0-beta.13", features = [ "api-client", "base64uuid-creation", "clap", @@ -86,6 +86,6 @@ vergen = { version = "8.0.0", features = [ ] } [patch.crates-io] -fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" } +#fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" } #fp-bindgen-support = { git = "ssh://git@github.com/fiberplane/fp-bindgen.git", branch = "release-3.0.0" } #fp-bindgen-macros = { git = "ssh://git@github.com/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }