Skip to content

Commit 6336fc8

Browse files
authored
Release icu_capi 1.5.1 (#5123)
#5119
1 parent b648017 commit 6336fc8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
- (1.5.1) Fix incorrect assertion in week-of-year formatting (https://github.com/unicode-org/icu4x/issues/4977)
1010
- `icu_casemap`
1111
- (1.5.1) Enforce C,packed, not just packed, on ULE types, fixing for incoming changes to `repr(Rust)` (https://github.com/unicode-org/icu4x/pull/5049)
12+
- `icu_capi`
13+
- (1.5.1) Fix situations in which `libc_alloc` is specified as a dependency (https://github.com/unicode-org/icu4x/pull/5119)
1214
- `icu_properties`
1315
- (1.5.1) Enforce C,packed, not just packed, on ULE types, fixing for incoming changes to `repr(Rust)` (https://github.com/unicode-org/icu4x/pull/5049)
1416
- `zerovec`
1517
- (0.10.3) Fix size regression by making `twox-hash` dep `no_std` (https://github.com/unicode-org/icu4x/pull/5007)
1618
- (0.10.3) Enforce C,packed, not just packed, on ULE types, fixing for incoming changes to `repr(Rust)` (https://github.com/unicode-org/icu4x/pull/5049)
1719
- `zerovec_derive`
1820
- (0.10.3) Enforce C,packed, not just packed, on ULE types, fixing for incoming changes to `repr(Rust)` (https://github.com/unicode-org/icu4x/pull/5049)
19-
2021
## icu4x 1.5 (May 28, 2024)
2122

2223
- Components

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ edition.workspace = true
2222
homepage.workspace = true
2323
repository.workspace = true
2424
rust-version.workspace = true
25-
version.workspace = true
25+
version = "1.5.1"
2626

2727
[package.metadata.docs.rs]
2828
all-features = true
@@ -148,8 +148,8 @@ log = { workspace = true, optional = true }
148148
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
149149
# Logging uses diplomat_runtime bindings in wasm, we only need this for native
150150
simple_logger = { workspace = true, optional = true }
151+
libc_alloc = { workspace = true, features = ["global"], optional = true }
151152

152153
[target.'cfg(not(any(target_arch = "wasm32", target_os = "none")))'.dependencies]
153154
icu_provider_fs = { workspace = true, optional = true }
154155

155-
libc_alloc = { workspace = true, features = ["global"], optional = true }

0 commit comments

Comments
 (0)