Skip to content

Commit c803d09

Browse files
committed
Release 0.2.1
cargo-swim@0.2.1 swim@0.2.1 swim-contrib@0.2.1 swim-core@0.2.1 swim-db@0.2.1 swim-middleware@0.2.1 swim-template@0.2.1 swim-util@0.2.1 Generated by cargo-workspaces
1 parent 46bd37e commit c803d09

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

cargo-swim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-swim"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Cargo subcommand for interacting with the swim web framework"

swim-contrib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-contrib"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Contributed modules/apps for the swim web framework"

swim-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Core library for the swim web framework"
@@ -28,4 +28,4 @@ async-trait = "0.1"
2828
thiserror = "1.0"
2929

3030
[dev-dependencies]
31-
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } # for testing
31+
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } # for testing

swim-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-db"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Database helpers for the swim web framework"

swim-middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-middleware"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Middlewares for the swim web framework"

swim-template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-template"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Templating helpers for the swim web framework"

swim-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim-util"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "Utilities for the swim web framework"

swim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swim"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
66
description = "A batteries included rust web framework ⚡🏊"

0 commit comments

Comments
 (0)