Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Dec 15, 2023
1 parent 7efe8ca commit 5190708
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fp"
version = "2.16.0-beta.1"
version = "2.17.0-beta.1"
authors = ["Team Fiberplane"]
edition = "2018"
build = "build.rs"
Expand Down Expand Up @@ -76,7 +76,14 @@ webbrowser = "0.8.7"

[build-dependencies]
anyhow = "1.0"
vergen = { version = "8.0.0", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
vergen = { version = "8.0.0", features = [
"build",
"cargo",
"git",
"gitcl",
"rustc",
"si",
] }

[patch.crates-io]
# fiberplane = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
Expand Down

0 comments on commit 5190708

Please sign in to comment.