Skip to content

Commit 0d13e00

Browse files
committed
Re-attempt docs.rs fix
1 parent 8138586 commit 0d13e00

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to `daku` will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://github.com/AldaronLau/semver).
66

7+
## [0.3.3] - 2022-10-25
8+
### Fixed
9+
- Attempt to fix docs.rs build (again)
10+
711
## [0.3.2] - 2022-10-25
812
### Fixed
913
- Attempt to fix docs.rs build

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "daku"
13-
version = "0.3.2"
13+
version = "0.3.3"
1414
license = "Apache-2.0 OR MIT OR BSL-1.0"
1515
description = "Interface to the Daku API"
1616
repository = "https://github.com/ardaku/daku"
@@ -41,4 +41,4 @@ prompt = []
4141
all-features = true
4242
default-target = "wasm32-unknown-unknown"
4343
targets = []
44-
cargo-args = ["--config", 'target_os="daku"']
44+
rustdoc-args = ["--cfg", 'target_os="daku"']

0 commit comments

Comments
 (0)