Skip to content

Commit

Permalink
updated readme and remove some VC debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jul 16, 2024
1 parent 3458622 commit 528c9f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion databases/mongo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum_session_mongo"
version = "0.1.0"
version = "0.2.0"
authors = ["Andrew Wheeler <[email protected]>"]
description = "📝 Mongo Database layer for axum_session."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion databases/redispool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum_session_redispool"
version = "0.1.0"
version = "0.1.1"
authors = ["Andrew Wheeler <[email protected]>"]
description = "📝 RedisPool Database layer for axum_session."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion databases/sqlx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum_session_sqlx"
version = "0.1.0"
version = "0.1.1"
authors = ["Andrew Wheeler <[email protected]>"]
description = "📝 Sqlx Persistent Database layer for axum_session"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions databases/sqlx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Axum Session Sqlx

[![https://crates.io/crates/axum_session_sqlx](https://img.shields.io/crates/v/axum_session_sqlx?style=plastic)](https://crates.io/crates/axum_session_sqlx)
[![Docs](https://docs.rs/axum_session_sqlx/badge.svg)](https://docs.rs/axum_session_sqlx)
[![Discord Server](https://img.shields.io/discord/81844480201728000?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/gVXNDwpS3Z)

## 📑 Overview

Expand Down
2 changes: 1 addition & 1 deletion databases/surreal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum_session_surreal"
version = "0.1.0"
version = "0.1.1"
authors = ["Andrew Wheeler <[email protected]>"]
description = "📝 Surreal Persistent Database layer for axum_session"
edition = "2021"
Expand Down

0 comments on commit 528c9f2

Please sign in to comment.