File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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.2] - 2022-10-25
8
+ ### Fixed
9
+ - Attempt to fix docs.rs build
10
+
7
11
## [ 0.3.1] - 2022-10-25
8
12
### Fixed
9
13
- Add docs.rs metadata
Original file line number Diff line number Diff line change 10
10
11
11
[package ]
12
12
name = " daku"
13
- version = " 0.3.1 "
13
+ version = " 0.3.2 "
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"
@@ -41,4 +41,4 @@ prompt = []
41
41
all-features = true
42
42
default-target = " wasm32-unknown-unknown"
43
43
targets = []
44
- cargo-args = [" --cfg " , ' target_os="daku"' ]
44
+ cargo-args = [" --config " , ' target_os="daku"' ]
You can’t perform that action at this time.
0 commit comments