Skip to content

Commit c822d00

Browse files
authored
fix: degrade MSRV to 1.75.0 (#64)
1 parent 988e53d commit c822d00

8 files changed

Lines changed: 3304 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ windows-latest, macos-latest, ubuntu-latest ]
19-
rust: [ "1.81", stable, nightly ]
19+
rust: [ "1.75", stable, nightly ]
2020
env:
2121
RUST_BACKTRACE: 1
2222
steps:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
.editorconfig
55
.idea
6-
Cargo.lock

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- Add `TraceId::random()` and `SpanId::random()`.
88
- Add `FromStr`, `Display`, and `serde` support for `TraceId`, `SpanId`.
9-
- Bump MSRV 1.81.0.
109

1110
## v0.7.6
1211

0 commit comments

Comments
 (0)