Skip to content

Commit

Permalink
Corrects the repository URLs where wrong.
Browse files Browse the repository at this point in the history
Two repository paths in `Cargo.toml` files incorrectly referred
to subdirectories, instead of top-level repository URLs.

Fixes: google#25
  • Loading branch information
filmil committed Jan 3, 2020
1 parent 2435d88 commit 2091415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust_icu_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.2"
authors = ["Google Inc."]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/google/rust_icu/rust_icu_common"
repository = "https://github.com/google/rust_icu"

description = """
Native bindings to the ICU4C library from Unicode.
Expand Down
2 changes: 1 addition & 1 deletion rust_icu_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Google Inc."]
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
repository = "https://github.com/google/rust_icu/rust_icu_sys"
repository = "https://github.com/google/rust_icu"
edition = "2018"

links = "icuuc"
Expand Down

0 comments on commit 2091415

Please sign in to comment.