-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prompted by recent updates in the `time` crate
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "slog-bunyan" | ||
version = "2.4.0" | ||
edition = "2018" | ||
edition = "2021" | ||
authors = ["Dawid Ciężarkiewicz <[email protected]>"] | ||
description = "Bunyan formatter for slog-rs" | ||
keywords = ["log", "logging", "structured", "hierarchical"] | ||
|
@@ -17,10 +17,7 @@ readme = "README.md" | |
# Changing this bumps the minor version for semver (2.x for semver). | ||
# | ||
# NOTE: Changing this requires updating github actions | ||
# | ||
# The first version of Cargo that supports this field was in Rust 1.56.0. | ||
# In older releases, the field will be ignored, and Cargo will display a warning. | ||
rust-version = "1.53" | ||
rust-version = "1.56" | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|