Skip to content

Commit

Permalink
Update version numbers for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 10, 2021
1 parent 3800c52 commit ac5f49e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provider/uprops/Cargo.toml
Expand Up @@ -5,7 +5,7 @@
[package]
name = "icu_provider_uprops"
description = "Data provider that reads from `icuwriteuprops` output from ICU4C"
version = "0.4.0"
version = "0.4.1"
authors = ["The ICU4X Project Developers"]
edition = "2018"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions tools/datagen/Cargo.toml
Expand Up @@ -5,7 +5,7 @@
[package]
name = "icu_datagen"
description = "Generate data for ICU4X DataProvider"
version = "0.4.0"
version = "0.4.1"
authors = ["The ICU4X Project Developers"]
edition = "2018"
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ icu_provider = { version = "0.4", path = "../../provider/core", features = ["std
icu_provider_blob = { version = "0.4", path = "../../provider/blob", features = ["export"] }
icu_provider_cldr = { version = "0.4", path = "../../provider/cldr", features = ["download"] }
icu_provider_fs = { version = "0.4", path = "../../provider/fs", features = ["export", "provider_json", "provider_bincode"] }
icu_provider_uprops = { version = "0.4", path = "../../provider/uprops", features = ["log"] }
icu_provider_uprops = { version = "0.4.1", path = "../../provider/uprops", features = ["log"] }
icu_testdata = { version = "0.4", path = "../../provider/testdata", features = ["metadata"] }
log = "0.4"
reqwest = { version = "0.11", features = ["json", "stream", "gzip"] }
Expand Down

0 comments on commit ac5f49e

Please sign in to comment.