Skip to content

Commit 43e8e03

Browse files
committed
release: 0.1.1 fix ui feature build dependency
1 parent 175f0a8 commit 43e8e03

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66

77
- No changes yet.
88

9+
## [0.1.1] - 2026-03-21
10+
11+
### Fixed
12+
- Removed `image` `avif-native` feature from optional `ui` build path to avoid `dav1d` system-library failures in CI and constrained environments.
13+
914
## [0.1.0] - 2026-03-17
1015

1116
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zinc-wallet-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.88"
66
license = "MIT"
@@ -80,7 +80,7 @@ supports-unicode = "3.0.0"
8080
zinc-core = "0.1.0"
8181
rand = { version = "0.8", optional = true }
8282
bip39 = { version = "2.1.0", optional = true }
83-
image = { version = "0.25.10", features = ["avif", "webp", "avif-native"], optional = true }
83+
image = { version = "0.25.10", features = ["avif", "webp"], optional = true }
8484

8585

8686

0 commit comments

Comments
 (0)