Skip to content

Commit e0ad197

Browse files
committed
release v0.2.1
1 parent 657c176 commit e0ad197

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
* `Security` in case of vulnerabilities.
2727
-->
2828

29+
## [v0.2.1] - 2023-02-25
30+
### Fixed
31+
* Fix weird build failure when cross-compiling from non-Windows hosts
32+
657c176a440a64437236ba9d88a2ebd98a8babb1
33+
2934
## [v0.2.0] - 2020-09-05
3035
### Changed
3136
* Some internal refactorings that requires Rust v1.46.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junction"
3-
version = "0.2.0" # Also update `html_root_url` in lib.rs
3+
version = "0.2.1" # Also update `html_root_url` in lib.rs
44
authors = ["Lzu Tao <taolzu@gmail.com>"]
55
categories = ["api-bindings", "os::windows-apis"]
66
documentation = "https://docs.rs/junction/*/x86_64-pc-windows-msvc/junction/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if the directory `D:\SYMLINK` specified `C:\WINNT\SYSTEM32` as its target, then
1010
an application accessing `D:\SYMLINK\DRIVERS` would in reality be accessing
1111
`C:\WINNT\SYSTEM32\DRIVERS`.
1212
*/
13-
#![doc(html_root_url = "https://docs.rs/junction/0.2.0")]
13+
#![doc(html_root_url = "https://docs.rs/junction/0.2.1")]
1414
#![cfg(windows)]
1515
#![deny(rust_2018_idioms)]
1616

0 commit comments

Comments
 (0)