Compare commits

..

No commits in common. "57eed0f5ac7dfcd255367dacc8b730c4f74519f2" and "3e1d0d8bc7aeb25a19016f4fe070db43e14c0615" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -108,7 +108,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "logtimes"
version = "1.0.21"
version = "1.0.20"
dependencies = [
"chrono",
]
@ -130,9 +130,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "proc-macro2"
version = "1.0.89"
version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
dependencies = [
"unicode-ident",
]

View File

@ -1,6 +1,6 @@
[package]
name = "logtimes"
version = "1.0.21"
version = "1.0.20"
authors = ["Paul Schulze <p.schulze@avm.de>"]
edition = "2021"