Skip to content

Commit

Permalink
Cut beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Feb 29, 2024
1 parent 95c4904 commit 3dc69bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -86,6 +86,6 @@ vergen = { version = "8.0.0", features = [
] }

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

0 comments on commit 3dc69bf

Please sign in to comment.