File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to `daku` will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://github.com/AldaronLau/semver ) .
6
6
7
+ ## [ 0.3.1] - 2022-10-25
8
+ ### Fixed
9
+ - Add docs.rs metadata
10
+
7
11
## [ 0.3.0] - 2022-10-25
8
12
### Added
9
13
- ` api::log::init() `
Original file line number Diff line number Diff line change 10
10
11
11
[package ]
12
12
name = " daku"
13
- version = " 0.3.0 "
13
+ version = " 0.3.1 "
14
14
license = " Apache-2.0 OR MIT OR BSL-1.0"
15
15
description = " Interface to the Daku API"
16
16
repository = " https://github.com/ardaku/daku"
@@ -36,3 +36,9 @@ default-features = false
36
36
[features ]
37
37
log = [" dep:log" ]
38
38
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"' ]
You can’t perform that action at this time.
0 commit comments