Skip to content

Commit

Permalink
chore: bump 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h authored Apr 21, 2022
1 parent 544854f commit fa89bd1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ toml = "0.5.8"
base64 = "0.13.0"
rand = "0.8.5"

shuttle-common = { version = "0.2.5", path = "../common" }
shuttle-service = { version = "0.2.5", path = "../service", features = [ "loader" ] }
shuttle-common = { version = "0.2.6", path = "../common" }
shuttle-service = { version = "0.2.6", path = "../service", features = [ "loader" ] }
4 changes: 2 additions & 2 deletions cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-shuttle"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "Apache-2.0"
description = "A cargo command for the shuttle platform (https://www.shuttle.rs/)"
Expand All @@ -21,4 +21,4 @@ structopt = "0.3.26"
cargo_metadata = "0.14.2"
webbrowser = "0.6"

shuttle-common = { version = "0.2.5", path = "../common" }
shuttle-common = { version = "0.2.6", path = "../common" }
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-codegen"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "Apache-2.0"
description = "Proc-macro code generator for the shuttle.rs service"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-common"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "Apache-2.0"
description = "Common library for the shuttle platform (https://www.shuttle.rs/)"
Expand Down
4 changes: 2 additions & 2 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-service"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "Apache-2.0"
description = "Service traits and macros to deploy on the shuttle platform (https://www.shuttle.rs/)"
Expand All @@ -19,7 +19,7 @@ sqlx = { version = "0.5", optional = true }
tokio = { version = "1.0", features = ["rt", "rt-multi-thread"] }
thiserror = "1.0"

shuttle-codegen = { version = "0.2.5", path = "../codegen", optional = true }
shuttle-codegen = { version = "0.2.6", path = "../codegen", optional = true }

[dev-dependencies]
portpicker = "0.1.1"
Expand Down

0 comments on commit fa89bd1

Please sign in to comment.