Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Feb 3, 2023
1 parent 46bd37e commit c803d09
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cargo-swim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-swim"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Cargo subcommand for interacting with the swim web framework"
Expand Down
2 changes: 1 addition & 1 deletion swim-contrib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-contrib"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Contributed modules/apps for the swim web framework"
Expand Down
4 changes: 2 additions & 2 deletions swim-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Core library for the swim web framework"
Expand Down Expand Up @@ -28,4 +28,4 @@ async-trait = "0.1"
thiserror = "1.0"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } # for testing
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } # for testing
2 changes: 1 addition & 1 deletion swim-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-db"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Database helpers for the swim web framework"
Expand Down
2 changes: 1 addition & 1 deletion swim-middleware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-middleware"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Middlewares for the swim web framework"
Expand Down
2 changes: 1 addition & 1 deletion swim-template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-template"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Templating helpers for the swim web framework"
Expand Down
2 changes: 1 addition & 1 deletion swim-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-util"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "Utilities for the swim web framework"
Expand Down
2 changes: 1 addition & 1 deletion swim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Syed Ahkam <[email protected]>"]
description = "A batteries included rust web framework ⚡🏊"
Expand Down

0 comments on commit c803d09

Please sign in to comment.