Skip to content

Commit

Permalink
Release: v0.22.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle authored Aug 28, 2024
1 parent 1be2002 commit 0acfaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nakago-examples-async-graphql"
version = "0.21.0"
version = "0.22.0"
authors = ["Brandon Konkle <brandon@konkle.us>"]
edition = "2021"
description = "A lightweight Rust framework for sharp services 😎"
Expand Down Expand Up @@ -37,7 +37,7 @@ nakago = "0.20"
nakago-async-graphql = "0.21"
nakago-axum = "0.21"
nakago-derive = "0.20"
nakago-sea-orm = "0.20"
nakago-sea-orm = "0.22"
nakago-ws = "0.21"
oso = "0.27"
pico-args = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion nakago_sea_orm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nakago-sea-orm"
version = "0.20.0"
version = "0.22.0"
authors = ["Brandon Konkle <brandon@konkle.us>"]
edition = "2021"
description = "A SeaORM integration for Nakago"
Expand Down

0 comments on commit 0acfaab

Please sign in to comment.