Skip to content

Commit

Permalink
build: set MSRV to 1.75 and update fastrace (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Aug 14, 2024
1 parent fc0f68d commit 28dc6f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
# Ensure both MSRV and stable work
rust-version:
- "1.71.0"
- "1.75.0"
- stable
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ homepage = "https://github.com/fast/logforth"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/fast/logforth"
rust-version = "1.71.0"
version = "0.10.0"
rust-version = "1.75.0"
version = "0.11.0"

categories = ["development-tools::debugging"]
keywords = ["logging", "log", "opentelemetry", "fastrace"]
Expand Down Expand Up @@ -67,7 +67,7 @@ version = "0.12"
## Fastrace dependencies
[dependencies.fastrace]
optional = true
version = "0.6"
version = "0.7.1"

## Opentelemetry dependencies
[dependencies.opentelemetry]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MSRV 1.71][msrv-badge]](https://www.whatrustisit.com)
[![MSRV 1.75][msrv-badge]](https://www.whatrustisit.com)
[![Apache 2.0 licensed][license-badge]][license-url]
[![Build Status][actions-badge]][actions-url]

Expand Down Expand Up @@ -64,9 +64,9 @@ Read more demos under the [examples](examples) directory.

Read the online documents at https://docs.rs/logforth.

## Supported Rust Versions (MSRV 1.71)
## Supported Rust Versions (MSRV 1.75)

Logforth is built against the latest stable release. The minimum supported version is 1.71. The current Logforth version is not guaranteed to build on Rust versions earlier than the minimum supported version.
Logforth is built against the latest stable release. The minimum supported version is 1.75. The current Logforth version is not guaranteed to build on Rust versions earlier than the minimum supported version.

## When to release a 1.0 version

Expand Down

0 comments on commit 28dc6f3

Please sign in to comment.