Skip to content

Commit 890149e

Browse files
committed
fix: fix package.metadata.docs.rs.default-target in Cargo.toml
1 parent 480cc4a commit 890149e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Fix documentations in docs.rs.
12+
913
## [0.6.0-fix-doc.rs] - 2025-02-11
1014

1115
### Fixed
1216

13-
- Fix doc.rs.
17+
- Fix documentations in docs.rs.
1418

1519
## [0.6.0] - 2025-02-09
1620

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ serial_test = "2"
2727
image = "0.25.5"
2828

2929
[package.metadata.docs.rs]
30-
default-target = ["x86_64-pc-windows-msvc"]
30+
default-target = "x86_64-pc-windows-msvc"

0 commit comments

Comments
 (0)