File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ better behavior.
147
147
148
148
## How ` ubi ` Finds the Right Release Artifact
149
149
150
+ > [ !WARNING] Note that the exact set of steps that ` ubi ` follows to find a release artifacts is not
151
+ > considered part of the API, and may change in any future release.
152
+
150
153
When ` ubi ` looks at the release assets (downloadable files) for a project, it tries to find the
151
154
"right" asset for the platform it's running on. The matching logic currently works like this:
152
155
Original file line number Diff line number Diff line change 44
44
//!
45
45
//! ## How `ubi` Finds the Right Release Artifact
46
46
//!
47
+ //! <div class="warning">Note that the exact set of steps that are followed to find a release
48
+ //! artifacts is not considered part of the API, and may change in any future release.</div>
49
+ //!
47
50
//! When you call [`Ubi::install_binary`], it looks at the release assets (downloadable files) for a
48
51
//! project and tries to find the "right" asset for the platform it's running on. The matching logic
49
52
//! currently works like this:
You can’t perform that action at this time.
0 commit comments