Skip to content

Commit

Permalink
chore: v0.11.2 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Mar 2, 2023
1 parent 1d1c451 commit 262ef1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repository = "https://github.com/shuttle-hq/shuttle"
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
shuttle-codegen = { path = "codegen", version = "0.11.0" }
shuttle-common = { path = "common", version = "0.11.1" }
shuttle-common = { path = "common", version = "0.11.2" }
shuttle-proto = { path = "proto", version = "0.11.0" }
shuttle-service = { path = "service", version = "0.11.0" }

Expand Down
2 changes: 1 addition & 1 deletion cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-shuttle"
version = "0.11.0"
version = "0.11.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
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.11.1"
version = "0.11.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-gateway"
version.workspace = true
version = "0.11.2"
edition.workspace = true
license.workspace = true
publish = false
Expand Down

0 comments on commit 262ef1a

Please sign in to comment.