Skip to content

Commit 8138586

Browse files
committed
Attempt to fix docs.rs metadata
1 parent ec0cdf9 commit 8138586

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.2] - 2022-10-25
8+
### Fixed
9+
- Attempt to fix docs.rs build
10+
711
## [0.3.1] - 2022-10-25
812
### Fixed
913
- Add docs.rs metadata

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.1"
13+
version = "0.3.2"
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 = ["--cfg", 'target_os="daku"']
44+
cargo-args = ["--config", 'target_os="daku"']

0 commit comments

Comments
 (0)