Skip to content

Commit

Permalink
Cargo.toml rust MSRV 1.61.0
Browse files Browse the repository at this point in the history
Matches MSRV of const-str 0.4.3
  • Loading branch information
jtmoon79 committed Oct 20, 2022
1 parent 00f84d4 commit 3c4e8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[package]
name = "super_speedy_syslog_searcher"
# `rust-version` should match ./github/workflows/rust.yml:rust_msrv:toolchain
rust-version = "1.60"
description = "Super Speedy Syslog Searcher searches log files and merges log entries by datetime. DateTime filters may be passed to narrow the search. It aims to be very fast."
repository = "https://github.com/jtmoon79/super-speedy-syslog-searcher"
authors = ["James Thomas Moon"]
Expand All @@ -12,6 +10,8 @@ keywords = ["syslog", "log", "log-parser", "log-parsing", "search", "merge"]
readme = "README.md"
version = "0.1.38"
edition = "2021"
# `rust-version` should match ./github/workflows/rust.yml:rust_msrv:toolchain
rust-version = "1.61.0"
# Do not set metadata fields `documentation` or `homepage` unless using
# non-standard websites.
# See <https://rust-lang.github.io/api-guidelines/documentation.html#cargotoml-includes-all-common-metadata-c-metadata>
Expand Down

0 comments on commit 3c4e8b1

Please sign in to comment.