Skip to content

Commit

Permalink
up fastdate = "0.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Oct 13, 2023
1 parent bfdfef0 commit 6cac3c4
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
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "fast_log"
version = "1.6.6"
version = "1.6.7"
description = "Rust async log High-performance asynchronous logging"
readme = "Readme.md"
authors = ["ce <[email protected]>"]
Expand All @@ -24,7 +24,7 @@ mmap = ["memmap2"]
runtime_thread = []

[dependencies]
fastdate = "0.1"
fastdate = "0.2"
log = { version = "0.4", features = ["std"] }
crossbeam-utils = "0.8"
crossbeam = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ log = { version = "0.4", features = ["std"] }
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"
crossbeam = "0.8"
fastdate = "0.1"
fastdate = "0.2"
# features=["lz4"] or add features=["zip","lz4"] if you need lz4 packer
fast_log = { path = "../", features = ["lz4","zip","gzip","mmap"]}
tokio = {version="1",features = ["rt-multi-thread","macros"]}
Expand Down

0 comments on commit 6cac3c4

Please sign in to comment.