Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
cargo-swim@0.2.0
swim@0.2.0
swim-contrib@0.2.0
swim-core@0.2.0
swim-db@0.2.0
swim-middleware@0.2.0
swim-template@0.2.0
swim-util@0.2.0

Generated by cargo-workspaces
  • Loading branch information
SyedAhkam committed Feb 3, 2023
1 parent 101472e commit c47777b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cargo-swim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-swim"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Cargo subcommand for interacting with the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions swim-contrib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-contrib"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Contributed modules/apps for the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
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.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Core library for the swim web framework"
Expand All @@ -25,4 +25,4 @@ hyper = { version = "0.14", features = [
]}
routerify = { version = "3.0", features = ["hyper-http1", "hyper-http2"] }
async-trait = "0.1"
thiserror = "1.0"
thiserror = "1.0"
4 changes: 2 additions & 2 deletions swim-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-db"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Database helpers for the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions swim-middleware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-middleware"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Middlewares for the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions swim-template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-template"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Templating helpers for the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions swim-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim-util"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "Utilities for the swim web framework"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions swim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swim"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
authors = ["Syed Ahkam <smahkam57@gmail.com>"]
description = "A batteries included rust web framework ⚡🏊"
Expand All @@ -15,4 +15,4 @@ readme = "../README.md"

[dependencies]
swim-core = { path = "../swim-core" }
swim-util = { path = "../swim-util" }
swim-util = { path = "../swim-util" }

0 comments on commit c47777b

Please sign in to comment.