Skip to content

Commit

Permalink
cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Aug 10, 2023
1 parent 5d8ac43 commit 6946051
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/rapid-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapid-cli"
version = "0.5.9"
version = "0.6.0"
edition = "2021"
description = "The CLI tool for the Rapid framework"
repository = "https://github.com/DarrenBaldwin07/rapid"
Expand Down
2 changes: 1 addition & 1 deletion crates/rapid-cli/templates/nextjs/Cargo__toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
futures-util = "0.3.28"
include_dir = "0.7.3"
rapid-web = "0.4.7"
rapid-web = "0.4.8"

# Rapid binary
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/rapid-cli/templates/remix-without-clerk/Cargo__toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
futures-util = "0.3.28"
include_dir = "0.7.3"
rapid-web = "0.4.7"
rapid-web = "0.4.8"

# Rapid binary
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/rapid-cli/templates/remix/Cargo__toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
futures-util = "0.3.28"
include_dir = "0.7.3"
rapid-web = "0.4.7"
rapid-web = "0.4.8"

# Rapid binary
[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions crates/rapid-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapid-web"
version = "0.4.7"
version = "0.4.8"
edition = "2021"
description = "A simple Rust server for the Rapid framework."
repository = "https://github.com/DarrenBaldwin07/rapid"
Expand All @@ -21,7 +21,7 @@ actix-cors = "0.6.4"
actix-web-httpauth = "0.8.0"
actix-service = "2.0.2"
actix-http = "3.3.1"
rapid-cli = { version = "0.5.7", path = "../rapid-cli" }
rapid-cli = { version = "0.6.0", path = "../rapid-cli" }
futures-util = "0.3.26"
colorful = "0.2.2"
log = "0.4.17"
Expand Down

0 comments on commit 6946051

Please sign in to comment.