Skip to content

Commit

Permalink
bump: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 10, 2023
1 parent 9235bca commit 77374ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -24,7 +24,6 @@ sessions-redis = { version = "0.5.0", path = "sessions-redis" }

anyhow = "1.0"
async-trait = "0.1"
cookie = "0.17"
nano-id = "0.3"
serde = "1.0"
serde_json = "1.0"
Expand Down
1 change: 0 additions & 1 deletion sessions-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ session = []

[dependencies]
async-trait.workspace = true
cookie.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true

0 comments on commit 77374ba

Please # to comment.