Skip to content

Commit ec0cdf9

Browse files
committed
Add doc.rs metadata
1 parent c771c26 commit ec0cdf9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.1] - 2022-10-25
8+
### Fixed
9+
- Add docs.rs metadata
10+
711
## [0.3.0] - 2022-10-25
812
### Added
913
- `api::log::init()`

Cargo.toml

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

1111
[package]
1212
name = "daku"
13-
version = "0.3.0"
13+
version = "0.3.1"
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"
@@ -36,3 +36,9 @@ default-features = false
3636
[features]
3737
log = ["dep:log"]
3838
prompt = []
39+
40+
[package.metadata.docs.rs]
41+
all-features = true
42+
default-target = "wasm32-unknown-unknown"
43+
targets = []
44+
cargo-args = ["--cfg", 'target_os="daku"']

0 commit comments

Comments
 (0)