Skip to content

Commit

Permalink
release: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chensoft committed Jul 12, 2024
1 parent 6b299cd commit d85e558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logkit"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
authors = ["Jian Chen <admin@chensoft.com>"]
license = "MIT"
Expand All @@ -24,7 +24,7 @@ encoder = "0.2"
backtrace = "0.3"

[dev-dependencies]
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
futures = "0.3"
criterion = "0.5"

Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased] - 2024-00-00
## [0.3.6] - 2024-07-12

### Added

Expand Down

0 comments on commit d85e558

Please sign in to comment.