aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index eb80a6c..aac613c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,9 +23,9 @@ rust_library {
host_supported: true,
crate_name: "textwrap",
cargo_env_compat: true,
- cargo_pkg_version: "0.15.0",
+ cargo_pkg_version: "0.16.0",
srcs: ["src/lib.rs"],
- edition: "2018",
+ edition: "2021",
apex_available: [
"//apex_available:platform",
"com.android.compos",