You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@ It is generally a good idea to refer to the [README of the latest version](https
10
10
11
11
## ICU4X as the default
12
12
13
-
If you take no action, Cargo will choose the 1.2.x version stream i.e. ICU4X.
13
+
If you take no action, Cargo will choose the 1.2.x version stream i.e. latest ICU4X (2.0 as of writing).
14
14
15
-
### Opting to use ICU4X 2.0.0-beta1
15
+
### Opting to use ICU4X 1.x
16
16
17
-
To choose ICU4X 2.0.0-beta1, run `cargo update -p idna_adapter --precise 1.2.1-beta.1` in the top-level directory of your application.
17
+
To choose ICU4X 1.x, run `cargo update -p idna_adapter --precise 1.2.0` in the top-level directory of your application.
18
+
19
+
This may make sense if your application has other ways of depending on ICU4X 1.x, and you are not ready to update those dependencies to ICU4X 2.0 just yet.
0 commit comments