Skip to content

Commit

Permalink
Merge pull request #30 from wslongchen/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wslongchen authored Jun 20, 2022
2 parents 0af212b + 9949ed1 commit b4f5203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akita"
version = "0.3.10"
version = "0.3.12"
authors = ["mrpan <[email protected]>"]
edition = "2018"
description = "Akita - Mini orm for rust."
Expand All @@ -23,8 +23,7 @@ chrono = { version = "0.4", features = ["serde"]}
uuid = {version = "0.8.2", features = ["serde", "v4"]}
base64 = "0.9"
log = {version = "0.4", optional = true}
tracing = { verion = "0.1", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] , optional = true}
tracing = { version = "0.1.35", optional = true }
twox-hash = "1"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -42,7 +41,7 @@ features = ["akita-mysql"]

[features]
# default = []
akita-tracing = ["tracing", "tracing-subscriber"]
akita-tracing = ["tracing"]
akita-logging = ["log"]
# Provide mysql pool with r2d2.
akita-mysql = ["mysql"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Akita &emsp; [![Build Status]][actions] [![Latest Version]][crates.io] [![akita: rustc 1.13+]][Rust 1.13] [![akita_derive: rustc 1.31+]][Rust 1.31]

[Build Status]: https://img.shields.io/docsrs/akita/0.3.10?style=plastic
[Build Status]: https://img.shields.io/docsrs/akita/0.3.0?style=plastic
[actions]: https://github.com/wslongchen/akita/actions?query=branch%3Amaster
[Latest Version]: https://img.shields.io/crates/v/akita?style=plastic
[crates.io]: https://crates.io/crates/akita
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! ```toml
//! [dependencies]
//! akita = "*"
//! akita = "0.3.0"
//! ```
//!
//!
Expand Down

0 comments on commit b4f5203

Please sign in to comment.