Set upstream to crates.io instead of github am: f6e0c8e3c5 am: 0684878c24 am: 00522ecfa3 am: b8a8d1b4b3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/async-task/+/1704387 Change-Id: I0a4459628e7fb36d79b303fba01225e39ed01e61
diff --git a/LICENSE b/LICENSE new file mode 120000 index 0000000..6b579aa --- /dev/null +++ b/LICENSE
@@ -0,0 +1 @@ +LICENSE-APACHE \ No newline at end of file
diff --git a/METADATA b/METADATA index 0955836..463f005 100644 --- a/METADATA +++ b/METADATA
@@ -5,13 +5,13 @@ third_party { url { type: HOMEPAGE - value: "https://github.com/smol-rs/async-task" + value: "https://crates.io/crates/async-task" } url { - type: GIT - value: "https://github.com/smol-rs/async-task.git" + type: ARCHIVE + value: "https://static.crates.io/crates/async-task/async-task-4.0.3.crate" } - version: "v4.0.3" + version: "4.0.3" last_upgrade_date { year: 2021 month: 2 day: 5 } license_type: NOTICE }
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MODULE_LICENSE_APACHE2