Skip to content

Commit 8510660

Browse files
committed
icu_datetime 1.5.1, icu_calendar 1.5.1
1 parent a9186ff commit 8510660

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/calendar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[package]
66
name = "icu_calendar"
77
description = "API for supporting various types of calendars"
8+
version = "1.5.1"
89

910
authors.workspace = true
1011
categories.workspace = true
@@ -14,7 +15,6 @@ include.workspace = true
1415
license.workspace = true
1516
repository.workspace = true
1617
rust-version.workspace = true
17-
version.workspace = true
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

components/datetime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[package]
66
name = "icu_datetime"
77
description = "API for formatting date and time to user readable textual representation"
8+
version = "1.5.1"
89

910
authors.workspace = true
1011
categories.workspace = true
@@ -14,7 +15,6 @@ include.workspace = true
1415
license.workspace = true
1516
repository.workspace = true
1617
rust-version.workspace = true
17-
version.workspace = true
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

0 commit comments

Comments
 (0)